Jump to content

[Need Help] Database Update


JohnDee

Recommended Posts

hi there,

i have a big problem when i try to add the database updates.

i did every step in the tutorial and all steps work but only this step dont work for me

i made a file with this code

#!/usr/bin/env python import glob, os patches = glob.glob('*.sql') patches = sorted(patches) for x in patches: db = x.split("_")[2].replace('.sql', '') os.system("mysql -u mangos -pmangos -v " + db + " < " + x)

tried to execute this file, with

./updatescript.py

but it dont works.

chmod +x /pathtomangos/sql/updates/updatescript.py

im running debian and when i execute the file with

python updatescript.py

i got a lot of errors....

ALTER TABLE db_version CHANGE COLUMN required_11599_01_mangos_spell_proc_event required_11602_01_mangos_spell_proc_event bit
--------------

ERROR 1054 (42S22) at line 1: Unknown column 'required_11599_01_mangos_spell_proc_event' in 'db_version'
--------------
ALTER TABLE db_version CHANGE COLUMN required_11602_01_mangos_spell_proc_event required_11606_01_mangos_spell_proc_event bit
--------------

ERROR 1054 (42S22) at line 1: Unknown column 'required_11602_01_mangos_spell_proc_event' in 'db_version'
--------------
ALTER TABLE db_version CHANGE COLUMN required_11606_01_mangos_spell_proc_event required_11613_01_mangos_spell_bonus_data bit
--------------

ERROR 1054 (42S22) at line 1: Unknown column 'required_11606_01_mangos_spell_proc_event' in 'db_version'
--------------
ALTER TABLE character_db_version CHANGE COLUMN required_11436_01_characters_character_queststatus required_11620_01_characters_character_equipmentsets bit
--------------

ERROR 1054 (42S22) at line 1: Unknown column 'required_11436_01_characters_character_queststatus' in 'character_db_version'
--------------
ALTER TABLE db_version CHANGE COLUMN required_11613_01_mangos_spell_bonus_data required_11646_01_mangos_item_expire_convert bit
--------------

ERROR 1054 (42S22) at line 1: Unknown column 'required_11613_01_mangos_spell_bonus_data' in 'db_version'
--------------
ALTER TABLE db_version CHANGE COLUMN required_11646_01_mangos_item_expire_convert required_11661_01_mangos_spell_proc_event bit
--------------

ERROR 1054 (42S22) at line 1: Unknown column 'required_11646_01_mangos_item_expire_convert' in 'db_version'
--------------
ALTER TABLE db_version CHANGE COLUMN required_11661_01_mangos_spell_proc_event required_11664_01_mangos_spell_proc_event bit
--------------

ERROR 1054 (42S22) at line 1: Unknown column 'required_11661_01_mangos_spell_proc_event' in 'db_version'
--------------
ALTER TABLE db_version CHANGE COLUMN required_11664_01_mangos_spell_proc_event required_11673_01_mangos_spell_proc_event bit
--------------

ERROR 1054 (42S22) at line 1: Unknown column 'required_11664_01_mangos_spell_proc_event' in 'db_version'
--------------
ALTER TABLE db_version CHANGE COLUMN required_11673_01_mangos_spell_proc_event required_11678_01_mangos_spell_proc_event bit
--------------

ERROR 1054 (42S22) at line 1: Unknown column 'required_11673_01_mangos_spell_proc_event' in 'db_version'
--------------
ALTER TABLE db_version CHANGE COLUMN required_11678_01_mangos_spell_proc_event required_11679_01_mangos_spell_proc_event bit
--------------

ERROR 1054 (42S22) at line 1: Unknown column 'required_11678_01_mangos_spell_proc_event' in 'db_version'
--------------
ALTER TABLE db_version CHANGE COLUMN required_11679_01_mangos_spell_proc_event required_11680_01_mangos_spell_proc_event bit
--------------

ERROR 1054 (42S22) at line 1: Unknown column 'required_11679_01_mangos_spell_proc_event' in 'db_version'
--------------
ALTER TABLE db_version CHANGE COLUMN required_11680_01_mangos_spell_proc_event required_11681_01_mangos_spell_proc_event bit
--------------

ERROR 1054 (42S22) at line 1: Unknown column 'required_11680_01_mangos_spell_proc_event' in 'db_version'
--------------
ALTER TABLE db_version CHANGE COLUMN required_11681_01_mangos_spell_proc_event required_11682_01_mangos_spell_proc_event bit
--------------

ERROR 1054 (42S22) at line 1: Unknown column 'required_11681_01_mangos_spell_proc_event' in 'db_version'
--------------
ALTER TABLE db_version CHANGE COLUMN required_11682_01_mangos_spell_proc_event required_11685_01_mangos_spell_proc_event bit
--------------

ERROR 1054 (42S22) at line 1: Unknown column 'required_11682_01_mangos_spell_proc_event' in 'db_version'
--------------
ALTER TABLE db_version CHANGE COLUMN required_11685_01_mangos_spell_proc_event required_11686_01_mangos_spell_proc_event bit
--------------

ERROR 1054 (42S22) at line 1: Unknown column 'required_11685_01_mangos_spell_proc_event' in 'db_version'
--------------
ALTER TABLE db_version CHANGE COLUMN required_11686_01_mangos_spell_proc_event required_11687_01_mangos_spell_proc_event bit
--------------

ERROR 1054 (42S22) at line 1: Unknown column 'required_11686_01_mangos_spell_proc_event' in 'db_version'
--------------
ALTER TABLE db_version CHANGE COLUMN required_11687_01_mangos_spell_proc_event required_11688_01_mangos_spell_proc_event bit
--------------

ERROR 1054 (42S22) at line 1: Unknown column 'required_11687_01_mangos_spell_proc_event' in 'db_version'
--------------
ALTER TABLE db_version CHANGE COLUMN required_11688_01_mangos_spell_proc_event required_11689_01_mangos_spell_proc_event bit
--------------

ERROR 1054 (42S22) at line 1: Unknown column 'required_11688_01_mangos_spell_proc_event' in 'db_version'
--------------
ALTER TABLE db_version CHANGE COLUMN required_11689_01_mangos_spell_proc_event required_11690_01_mangos_spell_proc_event bit
--------------

ERROR 1054 (42S22) at line 1: Unknown column 'required_11689_01_mangos_spell_proc_event' in 'db_version'
--------------
ALTER TABLE db_version CHANGE COLUMN required_11690_01_mangos_spell_proc_event required_11701_01_mangos_command bit
--------------

ERROR 1054 (42S22) at line 1: Unknown column 'required_11690_01_mangos_spell_proc_event' in 'db_version'
--------------
ALTER TABLE character_db_version CHANGE COLUMN required_11620_01_characters_character_equipmentsets required_11704_01_characters_auction bit
--------------

ERROR 1054 (42S22) at line 1: Unknown column 'required_11620_01_characters_character_equipmentsets' in 'character_db_version'
--------------
ALTER TABLE character_db_version CHANGE COLUMN required_11704_01_characters_auction required_11716_01_characters_auction bit
--------------

ERROR 1054 (42S22) at line 1: Unknown column 'required_11704_01_characters_auction' in 'character_db_version'
--------------
ALTER TABLE character_db_version CHANGE COLUMN required_11716_01_characters_auction required_11716_02_characters_characters bit
--------------

ERROR 1054 (42S22) at line 1: Unknown column 'required_11716_01_characters_auction' in 'character_db_version'
--------------
ALTER TABLE character_db_version CHANGE COLUMN required_11716_02_characters_characters required_11716_03_characters_character_equipmentsets bit
--------------

ERROR 1054 (42S22) at line 1: Unknown column 'required_11716_02_characters_characters' in 'character_db_version'
--------------
ALTER TABLE character_db_version CHANGE COLUMN required_11716_03_characters_character_equipmentsets required_11716_04_characters_creature_respawn bit
--------------

ERROR 1054 (42S22) at line 1: Unknown column 'required_11716_03_characters_character_equipmentsets' in 'character_db_version'
--------------
ALTER TABLE character_db_version CHANGE COLUMN required_11716_04_characters_creature_respawn required_11716_05_characters_gameobject_respawn bit
--------------

ERROR 1054 (42S22) at line 1: Unknown column 'required_11716_04_characters_creature_respawn' in 'character_db_version'
--------------
ALTER TABLE character_db_version CHANGE COLUMN required_11716_05_characters_gameobject_respawn required_11716_06_characters_guild bit
--------------

ERROR 1054 (42S22) at line 1: Unknown column 'required_11716_05_characters_gameobject_respawn' in 'character_db_version'
--------------
ALTER TABLE character_db_version CHANGE COLUMN required_11716_06_characters_guild required_11716_07_characters_guild_eventlog bit
--------------

ERROR 1054 (42S22) at line 1: Unknown column 'required_11716_06_characters_guild' in 'character_db_version'
--------------
ALTER TABLE character_db_version CHANGE COLUMN required_11716_07_characters_guild_eventlog required_11716_08_characters_instance bit
--------------

ERROR 1054 (42S22) at line 1: Unknown column 'required_11716_07_characters_guild_eventlog' in 'character_db_version'
--------------
ALTER TABLE character_db_version CHANGE COLUMN required_11716_08_characters_instance required_11716_09_characters_instance_reset bit
--------------

ERROR 1054 (42S22) at line 1: Unknown column 'required_11716_08_characters_instance' in 'character_db_version'
--------------
ALTER TABLE character_db_version CHANGE COLUMN required_11716_09_characters_instance_reset required_11716_10_characters_mail bit
--------------

ERROR 1054 (42S22) at line 1: Unknown column 'required_11716_09_characters_instance_reset' in 'character_db_version'
--------------
ALTER TABLE db_version CHANGE COLUMN required_11701_01_mangos_command required_11717_01_mangos_spell_proc_event bit
--------------

ERROR 1054 (42S22) at line 1: Unknown column 'required_11701_01_mangos_command' in 'db_version'
--------------
ALTER TABLE db_version CHANGE COLUMN required_11717_01_mangos_spell_proc_event required_11731_01_mangos_command bit
--------------

ERROR 1054 (42S22) at line 1: Unknown column 'required_11717_01_mangos_spell_proc_event' in 'db_version'
--------------
ALTER TABLE db_version CHANGE COLUMN required_11731_01_mangos_command required_11731_02_mangos_mangos_string bit
--------------

ERROR 1054 (42S22) at line 1: Unknown column 'required_11731_01_mangos_command' in 'db_version'
--------------
ALTER TABLE db_version CHANGE COLUMN required_11731_02_mangos_mangos_string required_11733_01_mangos_spell_proc_event bit
--------------

ERROR 1054 (42S22) at line 1: Unknown column 'required_11731_02_mangos_mangos_string' in 'db_version'
--------------
ALTER TABLE db_version CHANGE COLUMN required_11733_01_mangos_spell_proc_event required_11754_mangos_mangos_string bit
--------------

ERROR 1054 (42S22) at line 1: Unknown column 'required_11733_01_mangos_spell_proc_event' in 'db_version'
--------------
ALTER TABLE db_version CHANGE COLUMN required_11754_mangos_mangos_string required_11755_01_mangos bit
--------------

ERROR 1054 (42S22) at line 1: Unknown column 'required_11754_mangos_mangos_string' in 'db_version'
--------------
ALTER TABLE db_version CHANGE COLUMN required_11755_01_mangos required_11763_01_mangos_spell_proc_event bit
--------------

ERROR 1054 (42S22) at line 1: Unknown column 'required_11755_01_mangos' in 'db_version'
--------------
ALTER TABLE db_version CHANGE COLUMN required_11763_01_mangos_spell_proc_event required_11764_01_mangos_spell_proc_event bit
--------------

ERROR 1054 (42S22) at line 1: Unknown column 'required_11763_01_mangos_spell_proc_event' in 'db_version'
--------------
ALTER TABLE db_version CHANGE COLUMN required_11764_01_mangos_spell_proc_event required_11766_01_mangos_spell_proc_event bit
--------------

ERROR 1054 (42S22) at line 1: Unknown column 'required_11764_01_mangos_spell_proc_event' in 'db_version'
--------------
ALTER TABLE db_version CHANGE COLUMN required_11766_01_mangos_spell_proc_event required_11768_01_mangos_spell_proc_event bit
--------------

ERROR 1054 (42S22) at line 1: Unknown column 'required_11766_01_mangos_spell_proc_event' in 'db_version'
--------------
ALTER TABLE db_version CHANGE COLUMN required_11768_01_mangos_spell_proc_event required_11773_01_mangos_spell_proc_event bit
--------------

ERROR 1054 (42S22) at line 1: Unknown column 'required_11768_01_mangos_spell_proc_event' in 'db_version'
--------------
ALTER TABLE db_version CHANGE COLUMN required_11773_01_mangos_spell_proc_event required_11773_02_mangos_spell_chain bit
--------------

ERROR 1054 (42S22) at line 1: Unknown column 'required_11773_01_mangos_spell_proc_event' in 'db_version'
--------------
ALTER TABLE db_version CHANGE COLUMN required_11773_02_mangos_spell_chain required_11774_01_mangos_spell_proc_event bit
--------------

ERROR 1054 (42S22) at line 1: Unknown column 'required_11773_02_mangos_spell_chain' in 'db_version'
--------------
ALTER TABLE db_version CHANGE COLUMN required_11774_01_mangos_spell_proc_event required_11785_01_mangos_instance_encounters bit
--------------

ERROR 1054 (42S22) at line 1: Unknown column 'required_11774_01_mangos_spell_proc_event' in 'db_version'
--------------
ALTER TABLE character_db_version CHANGE COLUMN required_11716_10_characters_mail required_11785_02_characters_instance bit
--------------

ERROR 1054 (42S22) at line 1: Unknown column 'required_11716_10_characters_mail' in 'character_db_version'

i tried to update the database manualy but i dont know which table is for which database

there are a lot of file in the update subfolders -.-

how can i insert these patchs ?

sorry for bad english... i hope you can help me

thx

jd

Link to comment
Share on other sites

but some table looks other ... without mangos, characters....

i tried a php script that i found here but it dont works for me

i got a error, the command not works on my mysql version (mysql5+)

it looks so

Mangos Auto SQL Updater - Powered By Erik Kubica =°) http://www.facebook.com/erik.kubica

# Revision # Database DB table Status

1 10299 01 mangos event_id_scripts Failed: The used command is not allowed with this MySQL version

2 2041 # mangos spell Failed: The used command is not allowed with this MySQL version

3 09891 01 mangos creature_movement Failed: The used command is not allowed with this MySQL version

4 10654 01 mangos game_event_creature_quest Failed: The used command is not allowed with this MySQL version

5 7063 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

6 5408 # characters mail_items Failed: The used command is not allowed with this MySQL version

7 8487 01 mangos spell_bonus_data Failed: The used command is not allowed with this MySQL version

8 8882 02 mangos spell_chain Failed: The used command is not allowed with this MySQL version

9 10244 01 mangos command Failed: The used command is not allowed with this MySQL version

10 1336 # mangos template Failed: The used command is not allowed with this MySQL version

11 8444 01 mangos mangos_string Failed: The used command is not allowed with this MySQL version

12 1465 # mangos realmd_db Failed: The used command is not allowed with this MySQL version

13 09136 05 mangos spell_bonus_data Failed: The used command is not allowed with this MySQL version

14 2008 11 mangos 03_mangos_mangos_string Failed: The used command is not allowed with this MySQL version

15 7988 06 mangos gameobject_template Failed: The used command is not allowed with this MySQL version

16 11299 01 characters character_aura Failed: The used command is not allowed with this MySQL version

17 2008 10 characters 02_mangos_locales_npc_option Failed: The used command is not allowed with this MySQL version

18 6325 # mangos creature_template Failed: The used command is not allowed with this MySQL version

19 09977 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

20 06681 # mangos mangos_string Failed: The used command is not allowed with this MySQL version

21 5379 # mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

22 8950 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

23 2130 # mangos template Failed: The used command is not allowed with this MySQL version

24 6265 # mangos pet_name_generation Failed: The used command is not allowed with this MySQL version

25 06540 # mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

26 7252 02 mangos mangos_string Failed: The used command is not allowed with this MySQL version

27 7209 01 mangos spell_bonus_data Failed: The used command is not allowed with this MySQL version

28 5585 # mangos locales_gameobject Failed: The used command is not allowed with this MySQL version

29 10044 02 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

30 10362 01 mangos creature_movement_template Failed: The used command is not allowed with this MySQL version

31 06523 # mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

32 7267 01 characters auctionhouse Failed: The used command is not allowed with this MySQL version

33 10746 01 mangos mangos_string Failed: The used command is not allowed with this MySQL version

34 5234 # mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

35 11716 08 characters instance Failed: The used command is not allowed with this MySQL version

36 8115 01 mangos playercreateinfo_action Failed: The used command is not allowed with this MySQL version

37 7938 01 realmd account Failed: The used command is not allowed with this MySQL version

38 7988 02 characters character_equipmentsets Failed: The used command is not allowed with this MySQL version

39 2008 10 characters 05_mangos_command Failed: The used command is not allowed with this MySQL version

40 06521 # mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

41 4975 # mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

42 5589 # mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

43 2008 10 mangos 02_mangos_spell_proc_event Failed: The used command is not allowed with this MySQL version

44 09309 01 mangos quest_template Failed: The used command is not allowed with this MySQL version

45 7782 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

46 7908 01 mangos creature_template Failed: The used command is not allowed with this MySQL version

47 5351 # mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

48 5197 # mangos spell_affect Failed: The used command is not allowed with this MySQL version

49 8828 01 characters instance_reset Failed: The used command is not allowed with this MySQL version

50 1349 # characters template Failed: The used command is not allowed with this MySQL version

51 11312 01 mangos mangos_string Failed: The used command is not allowed with this MySQL version

52 7251 01 mangos spell_chain Failed: The used command is not allowed with this MySQL version

53 8589 10 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

54 9001 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

55 6061 # mangos quest_mail_loot_template Failed: The used command is not allowed with this MySQL version

56 8943 01 mangos spell_chain Failed: The used command is not allowed with this MySQL version

57 6151 # mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

58 10628 01 mangos mangos_string Failed: The used command is not allowed with this MySQL version

59 11599 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

60 11701 01 mangos command Failed: The used command is not allowed with this MySQL version

61 7472 01 mangos mangos_string Failed: The used command is not allowed with this MySQL version

62 5651 # characters character_social Failed: The used command is not allowed with this MySQL version

63 5159 # characters guild_bank_tab Failed: The used command is not allowed with this MySQL version

64 10307 02 mangos scripted_areatrigger Failed: The used command is not allowed with this MySQL version

65 5343 # mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

66 1825 # mangos corpse Failed: The used command is not allowed with this MySQL version

67 2008 10 mangos 01_mangos_mangos_string Failed: The used command is not allowed with this MySQL version

68 7077 01 characters character_spell Failed: The used command is not allowed with this MySQL version

69 7980 01 mangos item_required_target Failed: The used command is not allowed with this MySQL version

70 09359 01 characters characters Failed: The used command is not allowed with this MySQL version

71 10237 01 mangos spell_bonus_data Failed: The used command is not allowed with this MySQL version

72 09728 01 mangos gossip_menu_option Failed: The used command is not allowed with this MySQL version

73 7175 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

74 8608 02 mangos battleground_events Failed: The used command is not allowed with this MySQL version

75 0.14 # mangos # Skiped: Try to apply this update manually. Update moved to folder: TryManually

76 10419 01 mangos spell_chain Failed: The used command is not allowed with this MySQL version

77 8618 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

78 8886 01 mangos string Failed: The used command is not allowed with this MySQL version

79 10350 02 mangos command Failed: The used command is not allowed with this MySQL version

80 10217 01 mangos playercreateinfo_spell Failed: The used command is not allowed with this MySQL version

81 7303 01 mangos pools Failed: The used command is not allowed with this MySQL version

82 5064 # mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

83 11598 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

84 5570 # mangos spell_elixir Failed: The used command is not allowed with this MySQL version

85 6351 # mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

86 09748 01 realmd realmlist Failed: The used command is not allowed with this MySQL version

87 2008 12 realmd 14_mangos_playercreateinfo Failed: The used command is not allowed with this MySQL version

88 5366 # mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

89 8929 01 mangos gossip_scripts Failed: The used command is not allowed with this MySQL version

90 8731 01 mangos creature_template Failed: The used command is not allowed with this MySQL version

91 10217 05 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

92 7988 08 mangos spell_bonus_data Failed: The used command is not allowed with this MySQL version

93 8065 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

94 5270 # mangos gameobject_scripts Failed: The used command is not allowed with this MySQL version

95 7662 02 mangos spell_bonus_data Failed: The used command is not allowed with this MySQL version

96 1349 # mangos template Failed: The used command is not allowed with this MySQL version

97 11453 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

98 2008 10 mangos 03_mangos_mangos_string Failed: The used command is not allowed with this MySQL version

99 10679 01 mangos npc_vendor_template Failed: The used command is not allowed with this MySQL version

100 8589 05 mangos battleground_template Failed: The used command is not allowed with this MySQL version

101 4975 # mangos spell_affect Failed: The used command is not allowed with this MySQL version

102 5857 # mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

103 10704 01 mangos gossip_menu_option Failed: The used command is not allowed with this MySQL version

104 1669 # mangos spell Failed: The used command is not allowed with this MySQL version

105 5875 # mangos quest_template Failed: The used command is not allowed with this MySQL version

106 2008 12 mangos 01_character_guild_member Failed: The used command is not allowed with this MySQL version

107 5269 # mangos uptime Failed: The used command is not allowed with this MySQL version

108 10786 02 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

109 09687 01 characters character_queststatus_daily Failed: The used command is not allowed with this MySQL version

110 2191 # characters trainer Failed: The used command is not allowed with this MySQL version

111 09768 01 mangos command Failed: The used command is not allowed with this MySQL version

112 8030 02 characters character_action Failed: The used command is not allowed with this MySQL version

113 10867 02 mangos creature_template Failed: The used command is not allowed with this MySQL version

114 8931 01 mangos spell_bonus_data Failed: The used command is not allowed with this MySQL version

115 8835 01 mangos command Failed: The used command is not allowed with this MySQL version

116 7884 02 mangos playercreateinfo_action Failed: The used command is not allowed with this MySQL version

117 8573 01 mangos mangos_string Failed: The used command is not allowed with this MySQL version

118 10106 02 mangos mangos_string Failed: The used command is not allowed with this MySQL version

119 8596 01 characters bugreport Failed: The used command is not allowed with this MySQL version

120 09349 01 characters character_action Failed: The used command is not allowed with this MySQL version

121 2041 # characters bid Failed: The used command is not allowed with this MySQL version

122 10863 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

123 4846 # mangos creature_template Failed: The used command is not allowed with this MySQL version

124 11516 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

125 8397 02 mangos spell_threat Failed: The used command is not allowed with this MySQL version

126 8851 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

127 5402 # mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

128 7324 02 characters character_aura Failed: The used command is not allowed with this MySQL version

129 5121 # mangos spell_affect Failed: The used command is not allowed with this MySQL version

130 10314 01 mangos mangos_string Failed: The used command is not allowed with this MySQL version

131 1447 # mangos template Failed: The used command is not allowed with this MySQL version

132 1595 # mangos graveyard Failed: The used command is not allowed with this MySQL version

133 10906 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

134 09590 01 mangos db_script_string Failed: The used command is not allowed with this MySQL version

135 5746 # mangos quest_template Failed: The used command is not allowed with this MySQL version

136 5158 # mangos spell_affect Failed: The used command is not allowed with this MySQL version

137 11234 01 mangos command Failed: The used command is not allowed with this MySQL version

138 11560 01 mangos command Failed: The used command is not allowed with this MySQL version

139 7060 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

140 2008 11 mangos 02_realmd_realmd_db_version Failed: The used command is not allowed with this MySQL version

141 10342 02 mangos command Failed: The used command is not allowed with this MySQL version

142 7390 01 mangos areatrigger_teleport Failed: The used command is not allowed with this MySQL version

143 06426 # realmd localization Failed: The used command is not allowed with this MySQL version

144 5660 # mangos spell_elixir Failed: The used command is not allowed with this MySQL version

145 8112 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

146 5758 # mangos creature_addon Failed: The used command is not allowed with this MySQL version

147 1799 # mangos template Failed: The used command is not allowed with this MySQL version

148 0.10 # mangos # Skiped: Try to apply this update manually. Update moved to folder: TryManually

149 5720 # mangos mangos_string Failed: The used command is not allowed with this MySQL version

150 06627 # mangos creature_movement Failed: The used command is not allowed with this MySQL version

151 0.5 # mangos # Skiped: Try to apply this update manually. Update moved to folder: TryManually

152 8064 01 mangos spell_chain Failed: The used command is not allowed with this MySQL version

153 8874 01 characters character_skills Failed: The used command is not allowed with this MySQL version

154 10008 01 realmd realmd_db_version Failed: The used command is not allowed with this MySQL version

155 7896 01 mangos creature_template Failed: The used command is not allowed with this MySQL version

156 09881 01 mangos scripts Failed: The used command is not allowed with this MySQL version

157 7067 01 mangos playercreateinfo_spell Failed: The used command is not allowed with this MySQL version

158 6270 # mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

159 5212 # mangos mangos_string Failed: The used command is not allowed with this MySQL version

160 10972 01 mangos command Failed: The used command is not allowed with this MySQL version

161 2008 12 mangos 02_characters_character_pet Failed: The used command is not allowed with this MySQL version

162 5420 # characters mail_items Failed: The used command is not allowed with this MySQL version

163 2008 11 characters 01_mangos_scripts Failed: The used command is not allowed with this MySQL version

164 10749 01 mangos mangos_string Failed: The used command is not allowed with this MySQL version

165 8856 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

166 5498 # mangos spell_affect Failed: The used command is not allowed with this MySQL version

167 8377 01 mangos spell_area Failed: The used command is not allowed with this MySQL version

168 09160 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

169 5505 # mangos npc_gossip Failed: The used command is not allowed with this MySQL version

170 10604 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

171 10410 01 mangos spell_chain Failed: The used command is not allowed with this MySQL version

172 11606 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

173 8482 01 mangos spell_elixir Failed: The used command is not allowed with this MySQL version

174 5659 # mangos loot_template Failed: The used command is not allowed with this MySQL version

175 2008 11 mangos 01_character_character_aura Failed: The used command is not allowed with this MySQL version

176 10036 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

177 0.7 # mangos # Skiped: Try to apply this update manually. Update moved to folder: TryManually

178 09136 07 characters characters Failed: The used command is not allowed with this MySQL version

179 6298 # characters corpse Failed: The used command is not allowed with this MySQL version

180 5492 # mangos player_levelstats Failed: The used command is not allowed with this MySQL version

181 2099 # mangos trainer Failed: The used command is not allowed with this MySQL version

182 09767 02 mangos command Failed: The used command is not allowed with this MySQL version

183 8800 01 mangos spell_elixir Failed: The used command is not allowed with this MySQL version

184 2008 10 mangos 01_mangos_npc_option Failed: The used command is not allowed with this MySQL version

185 7884 05 characters character_action Failed: The used command is not allowed with this MySQL version

186 5130 # mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

187 5651 # characters characters Failed: The used command is not allowed with this MySQL version

188 5665 # mangos creature_template Failed: The used command is not allowed with this MySQL version

189 8721 01 characters guild Failed: The used command is not allowed with this MySQL version

190 06708 # mangos mangos_string Failed: The used command is not allowed with this MySQL version

191 7884 03 characters character_spell Failed: The used command is not allowed with this MySQL version

192 10332 01 characters character_aura Failed: The used command is not allowed with this MySQL version

193 11661 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

194 11602 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

195 8521 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

196 8607 01 mangos string Failed: The used command is not allowed with this MySQL version

197 8548 02 mangos gameobject_battleground Failed: The used command is not allowed with this MySQL version

198 11682 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

199 5651 # characters guild_bank_tab Failed: The used command is not allowed with this MySQL version

200 11530 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

201 09924 02 mangos command Failed: The used command is not allowed with this MySQL version

202 09150 01 mangos spell_bonus_data Failed: The used command is not allowed with this MySQL version

203 5774 # mangos mangos_string Failed: The used command is not allowed with this MySQL version

204 10568 01 characters character_tutorial Failed: The used command is not allowed with this MySQL version

205 5651 # mangos creature_template Failed: The used command is not allowed with this MySQL version

206 06740 # mangos mangos_string Failed: The used command is not allowed with this MySQL version

207 5778 # mangos spell_affect Failed: The used command is not allowed with this MySQL version

208 11018 01 mangos command Failed: The used command is not allowed with this MySQL version

209 7616 02 mangos command Failed: The used command is not allowed with this MySQL version

210 8294 01 mangos playercreateinfo_action Failed: The used command is not allowed with this MySQL version

211 09883 01 mangos scripts Failed: The used command is not allowed with this MySQL version

212 09156 01 mangos spell_chain Failed: The used command is not allowed with this MySQL version

213 10312 02 characters pet_aura Failed: The used command is not allowed with this MySQL version

214 8828 02 mangos instance_template Failed: The used command is not allowed with this MySQL version

215 09794 02 mangos command Failed: The used command is not allowed with this MySQL version

216 8775 02 mangos creature Failed: The used command is not allowed with this MySQL version

217 09854 01 mangos spell_bonus_data Failed: The used command is not allowed with this MySQL version

218 09460 02 mangos spell_chain Failed: The used command is not allowed with this MySQL version

219 7495 01 mangos mangos_string Failed: The used command is not allowed with this MySQL version

220 11452 02 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

221 7249 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

222 10219 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

223 10679 02 mangos creature_template Failed: The used command is not allowed with this MySQL version

224 5890 # mangos quest_template Failed: The used command is not allowed with this MySQL version

225 06748 # mangos mangos_string Failed: The used command is not allowed with this MySQL version

226 7903 01 characters character_pet Failed: The used command is not allowed with this MySQL version

227 09297 01 mangos item_template Failed: The used command is not allowed with this MySQL version

228 1155 # mangos option Failed: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'option' at line 1

229 6939 01 mangos quest_template Failed: The used command is not allowed with this MySQL version

230 10125 01 mangos mangos_string Failed: The used command is not allowed with this MySQL version

231 11768 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

232 9015 01 mangos spell_bonus_data Failed: The used command is not allowed with this MySQL version

233 10743 01 mangos spell_chain Failed: The used command is not allowed with this MySQL version

234 2008 12 mangos 11_mangos_player_classlevelstats Failed: The used command is not allowed with this MySQL version

235 09755 01 mangos instance_template Failed: The used command is not allowed with this MySQL version

236 5790 # mangos player_levelstats Failed: The used command is not allowed with this MySQL version

237 11200 01 mangos spell_bonus_data Failed: The used command is not allowed with this MySQL version

238 5680 # mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

239 09354 01 characters character_action Failed: The used command is not allowed with this MySQL version

240 5547 # characters character_ticket Failed: The used command is not allowed with this MySQL version

241 6313 # mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

242 06545 # mangos command Failed: The used command is not allowed with this MySQL version

243 8777 01 mangos creature Failed: The used command is not allowed with this MySQL version

244 1250 # mangos template Failed: The used command is not allowed with this MySQL version

245 10106 01 mangos command Failed: The used command is not allowed with this MySQL version

246 2008 12 mangos 05_characters_account_data Failed: The used command is not allowed with this MySQL version

247 10682 01 mangos item_convert Failed: The used command is not allowed with this MySQL version

248 7615 01 mangos command Failed: The used command is not allowed with this MySQL version

249 5201 # mangos spell_affect Failed: The used command is not allowed with this MySQL version

250 09153 01 mangos spell_bonus_data Failed: The used command is not allowed with this MySQL version

251 7168 01 mangos command Failed: The used command is not allowed with this MySQL version

252 10263 02 mangos pool_gameobject Failed: The used command is not allowed with this MySQL version

253 11689 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

254 7536 01 mangos spell_chain Failed: The used command is not allowed with this MySQL version

255 11452 01 mangos spell_bonus_data Failed: The used command is not allowed with this MySQL version

256 7902 02 mangos pool_gameobject Failed: The used command is not allowed with this MySQL version

257 06509 # mangos mangos_string Failed: The used command is not allowed with this MySQL version

258 5120 # mangos spell_chain Failed: The used command is not allowed with this MySQL version

259 6052 # mangos loot_template Failed: The used command is not allowed with this MySQL version

260 10989 01 mangos loot_template Failed: The used command is not allowed with this MySQL version

261 8021 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

262 09690 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

263 5463 # mangos command Failed: The used command is not allowed with this MySQL version

264 5628 # mangos creature_movement Failed: The used command is not allowed with this MySQL version

265 09899 01 mangos spell_bonus_data Failed: The used command is not allowed with this MySQL version

266 7024 01 mangos spell_chain Failed: The used command is not allowed with this MySQL version

267 11686 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

268 8030 03 mangos npc_trainer Failed: The used command is not allowed with this MySQL version

269 11523 02 mangos mangos_string Failed: The used command is not allowed with this MySQL version

270 5039 # mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

271 1356 # mangos template Failed: The used command is not allowed with this MySQL version

272 4895 # mangos command Failed: The used command is not allowed with this MySQL version

273 8923 01 mangos gossip Failed: The used command is not allowed with this MySQL version

274 5123 # mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

275 09692 02 characters mail Failed: The used command is not allowed with this MySQL version

276 1915 # characters template Failed: The used command is not allowed with this MySQL version

277 2008 10 characters 01_mangos_mangos_string Failed: The used command is not allowed with this MySQL version

278 8992 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

279 5084 # mangos command Failed: The used command is not allowed with this MySQL version

280 6171 # mangos spell_affect Failed: The used command is not allowed with this MySQL version

281 5097 # mangos skill_extra_item_template Failed: The used command is not allowed with this MySQL version

282 6199 # mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

283 6308 # mangos command Failed: The used command is not allowed with this MySQL version

284 7078 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

285 8676 01 mangos creature_template Failed: The used command is not allowed with this MySQL version

286 2008 11 mangos 04_realmd_account Failed: The used command is not allowed with this MySQL version

287 11335 02 mangos mangos_string Failed: The used command is not allowed with this MySQL version

288 5787 # mangos player_levelstats Failed: The used command is not allowed with this MySQL version

289 1601 # mangos addons Failed: The used command is not allowed with this MySQL version

290 10314 02 mangos command Failed: The used command is not allowed with this MySQL version

291 5585 # mangos gameobject_template Failed: The used command is not allowed with this MySQL version

292 10423 01 mangos spell_chain Failed: The used command is not allowed with this MySQL version

293 09466 01 mangos mangos_string Failed: The used command is not allowed with this MySQL version

294 06381 # mangos command Failed: The used command is not allowed with this MySQL version

295 7067 02 mangos spell_learn_spell Failed: The used command is not allowed with this MySQL version

296 8251 02 mangos spell_bonus_data Failed: The used command is not allowed with this MySQL version

297 10007 01 characters pet_aura Failed: The used command is not allowed with this MySQL version

298 11763 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

299 5491 # mangos player_levelstats Failed: The used command is not allowed with this MySQL version

300 5896 # mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

301 8589 08 mangos item_template Failed: The used command is not allowed with this MySQL version

302 10973 01 characters game_event_status Failed: The used command is not allowed with this MySQL version

303 8883 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

304 11716 05 characters gameobject_respawn Failed: The used command is not allowed with this MySQL version

305 7388 01 mangos mangos_string Failed: The used command is not allowed with this MySQL version

306 2008 12 mangos 15_mangos_playercreateinfo_action Failed: The used command is not allowed with this MySQL version

307 2069 # mangos template Failed: The used command is not allowed with this MySQL version

308 6940 01 mangos spell_learn_spell Failed: The used command is not allowed with this MySQL version

309 8514 01 mangos spell_bonus_data Failed: The used command is not allowed with this MySQL version

310 11214 02 mangos command Failed: The used command is not allowed with this MySQL version

311 5471 # mangos spell_affect Failed: The used command is not allowed with this MySQL version

312 8607 02 mangos command Failed: The used command is not allowed with this MySQL version

313 06640 # mangos reference_loot_template Failed: The used command is not allowed with this MySQL version

314 09767 01 mangos mangos_string Failed: The used command is not allowed with this MySQL version

315 5254 # mangos spell_affect Failed: The used command is not allowed with this MySQL version

316 11433 01 mangos item_template Failed: The used command is not allowed with this MySQL version

317 1676 # mangos tele Failed: The used command is not allowed with this MySQL version

318 6027 # mangos spell_affect Failed: The used command is not allowed with this MySQL version

319 1208 # mangos trainer Failed: The used command is not allowed with this MySQL version

320 11716 03 characters character_equipmentsets Failed: The used command is not allowed with this MySQL version

321 5419 # mangos spell_affect Failed: The used command is not allowed with this MySQL version

322 8589 04 characters groups Failed: The used command is not allowed with this MySQL version

323 6090 # mangos command Failed: The used command is not allowed with this MySQL version

324 6960 02 mangos string Failed: The used command is not allowed with this MySQL version

325 8212 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

326 09379 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

327 9068 02 mangos spell_chain Failed: The used command is not allowed with this MySQL version

328 8213 01 mangos spell_bonus_data Failed: The used command is not allowed with this MySQL version

329 5119 # mangos quest_template Failed: The used command is not allowed with this MySQL version

330 5753 # mangos areatrigger_teleport Failed: The used command is not allowed with this MySQL version

331 2008 10 mangos 04_mangos_mangos_string Failed: The used command is not allowed with this MySQL version

332 6335 # characters corpse Failed: The used command is not allowed with this MySQL version

333 7056 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

334 8060 01 mangos spell_pet_auras Failed: The used command is not allowed with this MySQL version

335 09460 01 mangos spell_bonus_data Failed: The used command is not allowed with this MySQL version

336 10973 01 mangos game_event_mail Failed: The used command is not allowed with this MySQL version

337 10537 01 mangos command Failed: The used command is not allowed with this MySQL version

338 8965 02 mangos command Failed: The used command is not allowed with this MySQL version

339 10946 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

340 2008 11 mangos 02_mangos_scripts Failed: The used command is not allowed with this MySQL version

341 6334 # mangos spell_affect Failed: The used command is not allowed with this MySQL version

342 0.16 # mangos # Skiped: Try to apply this update manually. Update moved to folder: TryManually

343 7633 01 mangos achievement_criteria_data Failed: The used command is not allowed with this MySQL version

344 7033 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

345 7622 01 mangos creature_ai_scripts Failed: The used command is not allowed with this MySQL version

346 06668 # mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

347 10217 02 mangos playercreateinfo_action Failed: The used command is not allowed with this MySQL version

348 8098 03 characters character_pet Failed: The used command is not allowed with this MySQL version

349 7705 01 mangos command Failed: The used command is not allowed with this MySQL version

350 10056 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

351 5128 # mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

352 06701 # mangos command Failed: The used command is not allowed with this MySQL version

353 8072 01 characters characters Failed: The used command is not allowed with this MySQL version

354 7040 01 mangos achievement_reward Failed: The used command is not allowed with this MySQL version

355 7252 01 mangos command Failed: The used command is not allowed with this MySQL version

356 6049 # mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

357 5861 # mangos command Failed: The used command is not allowed with this MySQL version

358 2008 12 mangos 03_mangos_item_template Failed: The used command is not allowed with this MySQL version

359 5265 # mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

360 11503 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

361 10551 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

362 5733 # mangos creature Failed: The used command is not allowed with this MySQL version

363 8770 01 mangos quest_template Failed: The used command is not allowed with this MySQL version

364 11040 02 mangos spell_bonus_data Failed: The used command is not allowed with this MySQL version

365 09716 01 mangos npc_vendor Failed: The used command is not allowed with this MySQL version

366 11716 10 characters mail Failed: The used command is not allowed with this MySQL version

367 09692 03 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

368 5233 # mangos event_scripts Failed: The used command is not allowed with this MySQL version

369 8469 01 characters character_spell Failed: The used command is not allowed with this MySQL version

370 6090 # mangos mangos_string Failed: The used command is not allowed with this MySQL version

371 2008 10 mangos 01_mangos_command Failed: The used command is not allowed with this MySQL version

372 11217 01 mangos creature_addon Failed: The used command is not allowed with this MySQL version

373 8251 03 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

374 7886 01 mangos petcreateinfo_spell Failed: The used command is not allowed with this MySQL version

375 10365 01 mangos creature_ai_scripts Failed: The used command is not allowed with this MySQL version

376 09663 01 mangos mangos_string Failed: The used command is not allowed with this MySQL version

377 6958 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

378 5374 # mangos spell_affect Failed: The used command is not allowed with this MySQL version

379 7622 02 mangos creature_ai_summons Failed: The used command is not allowed with this MySQL version

380 1186 # mangos weather Failed: The used command is not allowed with this MySQL version

381 11058 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

382 7796 01 mangos command Failed: The used command is not allowed with this MySQL version

383 8249 02 mangos spell_chain Failed: The used command is not allowed with this MySQL version

384 8249 01 mangos spell_proc_item_enchant Failed: The used command is not allowed with this MySQL version

385 09198 01 mangos mangos_string Failed: The used command is not allowed with this MySQL version

386 10457 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

387 5827 # mangos spell_learn_spell Failed: The used command is not allowed with this MySQL version

388 6017 # mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

389 7720 01 mangos mangos_string Failed: The used command is not allowed with this MySQL version

390 09149 01 mangos spell_bonus_data Failed: The used command is not allowed with this MySQL version

391 2008 11 mangos 03_characters_guild_bank_tab Failed: The used command is not allowed with this MySQL version

392 5238 # mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

393 11489 01 mangos creature_template Failed: The used command is not allowed with this MySQL version

394 7207 03 characters corpse Failed: The used command is not allowed with this MySQL version

395 1615 # characters graveyard Failed: The used command is not allowed with this MySQL version

396 10223 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

397 8873 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

398 10051 01 characters character_aura Failed: The used command is not allowed with this MySQL version

399 9034 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

400 5813 # mangos mangos_string Failed: The used command is not allowed with this MySQL version

401 10205 01 mangos spell_area Failed: The used command is not allowed with this MySQL version

402 5946 # mangos spell_affect Failed: The used command is not allowed with this MySQL version

403 9095 01 mangos command Failed: The used command is not allowed with this MySQL version

404 8158 01 mangos playercreateinfo_action Failed: The used command is not allowed with this MySQL version

405 10036 01 mangos spell_chain Failed: The used command is not allowed with this MySQL version

406 10945 01 mangos mangos_string Failed: The used command is not allowed with this MySQL version

407 10171 01 mangos mangos_string Failed: The used command is not allowed with this MySQL version

408 10017 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

409 2008 10 mangos 05_mangos_command Failed: The used command is not allowed with this MySQL version

410 2008 12 mangos 08_mangos_milling_loot_template Failed: The used command is not allowed with this MySQL version

411 2008 12 mangos 07_mangos_quest_template Failed: The used command is not allowed with this MySQL version

412 06544 # mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

413 4908 # mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

414 7047 01 characters character_spell Failed: The used command is not allowed with this MySQL version

415 8777 02 mangos gameobject Failed: The used command is not allowed with this MySQL version

416 10409 01 mangos spell_chain Failed: The used command is not allowed with this MySQL version

417 5718 # mangos mangos_string Failed: The used command is not allowed with this MySQL version

418 5036 # mangos spell_affect Failed: The used command is not allowed with this MySQL version

419 10993 01 mangos loot_template Failed: The used command is not allowed with this MySQL version

420 6944 01 mangos mangos_string Failed: The used command is not allowed with this MySQL version

421 10409 02 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

422 11673 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

423 5212 # mangos command Failed: The used command is not allowed with this MySQL version

424 5075 # mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

425 7544 02 characters uptime Failed: The used command is not allowed with this MySQL version

426 10932 01 mangos game_event_creature_data Failed: The used command is not allowed with this MySQL version

427 8600 01 mangos command Failed: The used command is not allowed with this MySQL version

428 10503 01 characters creature_respawn Failed: The used command is not allowed with this MySQL version

429 09512 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

430 5181 # mangos mangos_string Failed: The used command is not allowed with this MySQL version

431 10254 01 characters auctionhouse Failed: The used command is not allowed with this MySQL version

432 10217 04 mangos spell_chain Failed: The used command is not allowed with this MySQL version

433 2008 10 mangos 01_mangos_quest_template Failed: The used command is not allowed with this MySQL version

434 5254 # mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

435 10883 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

436 5460 # mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

437 8589 11 characters characters Failed: The used command is not allowed with this MySQL version

438 10864 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

439 1465 # mangos realmd_db Failed: The used command is not allowed with this MySQL version

440 06740 # mangos command Failed: The used command is not allowed with this MySQL version

441 5847 # mangos command Failed: The used command is not allowed with this MySQL version

442 8487 02 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

443 9019 01 mangos spell_threat Failed: The used command is not allowed with this MySQL version

444 7075 01 characters character_spell Failed: The used command is not allowed with this MySQL version

445 09886 02 mangos command Failed: The used command is not allowed with this MySQL version

446 8140 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

447 5799 # mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

448 5302 # mangos player_levelstats Failed: The used command is not allowed with this MySQL version

449 7627 01 mangos achievement_criteria_data Failed: The used command is not allowed with this MySQL version

450 9045 02 mangos spell_chain Failed: The used command is not allowed with this MySQL version

451 10762 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

452 10342 01 mangos mangos_string Failed: The used command is not allowed with this MySQL version

453 10156 02 characters pet_aura Failed: The used command is not allowed with this MySQL version

454 5655 # mangos spell_chain Failed: The used command is not allowed with this MySQL version

455 2008 10 mangos 02_mangos_mangos_string Failed: The used command is not allowed with this MySQL version

456 10263 03 mangos pool_pool Failed: The used command is not allowed with this MySQL version

457 10289 01 mangos creature_template Failed: The used command is not allowed with this MySQL version

458 2008 12 mangos 01_character_arenas Failed: The used command is not allowed with this MySQL version

459 2008 12 mangos 01_mangos_creature_equip_template Failed: The used command is not allowed with this MySQL version

460 5739 # mangos gameobject Failed: The used command is not allowed with this MySQL version

461 5955 # characters guild_eventlog Failed: The used command is not allowed with this MySQL version

462 8749 01 mangos mail_loot_template Failed: The used command is not allowed with this MySQL version

463 09752 01 mangos gameobject_template Failed: The used command is not allowed with this MySQL version

464 09148 01 mangos spell_bonus_data Failed: The used command is not allowed with this MySQL version

465 5172 # mangos mangos_string Failed: The used command is not allowed with this MySQL version

466 8882 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

467 10109 01 mangos creature_model_info Failed: The used command is not allowed with this MySQL version

468 11549 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

469 8693 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

470 11501 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

471 10835 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

472 09886 01 mangos mangos_string Failed: The used command is not allowed with this MySQL version

473 2008 12 mangos 12_mangos_player_levelstats Failed: The used command is not allowed with this MySQL version

474 8339 01 characters characters Failed: The used command is not allowed with this MySQL version

475 10251 01 mangos command Failed: The used command is not allowed with this MySQL version

476 6976 02 characters character_db_version Failed: The used command is not allowed with this MySQL version

477 11766 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

478 7439 01 mangos mangos_string Failed: The used command is not allowed with this MySQL version

479 9025 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

480 09291 02 mangos locales_quest Failed: The used command is not allowed with this MySQL version

481 5720 # mangos command Failed: The used command is not allowed with this MySQL version

482 11613 01 mangos spell_bonus_data Failed: The used command is not allowed with this MySQL version

483 10107 01 mangos mangos_string Failed: The used command is not allowed with this MySQL version

484 09296 01 mangos spell_chain Failed: The used command is not allowed with this MySQL version

485 7904 01 mangos creature_template Failed: The used command is not allowed with this MySQL version

486 1282 # mangos item Failed: The used command is not allowed with this MySQL version

487 2008 11 mangos 01_mangos_playercreateinfo_item Failed: The used command is not allowed with this MySQL version

488 5370 # mangos spell_affect Failed: The used command is not allowed with this MySQL version

489 7002 01 mangos spell_chain Failed: The used command is not allowed with this MySQL version

490 09222 01 mangos playercreateinfo_spell Failed: The used command is not allowed with this MySQL version

491 11337 01 mangos mangos_string Failed: The used command is not allowed with this MySQL version

492 5311 # mangos spell_affect Failed: The used command is not allowed with this MySQL version

493 09331 01 mangos quest_template Failed: The used command is not allowed with this MySQL version

494 7802 02 characters character_achievement_progress Failed: The used command is not allowed with this MySQL version

495 5634 # mangos mangos_string Failed: The used command is not allowed with this MySQL version

496 7706 01 mangos command Failed: The used command is not allowed with this MySQL version

497 1349 # mangos aura Failed: The used command is not allowed with this MySQL version

498 2008 12 mangos 18_characters_characters Failed: The used command is not allowed with this MySQL version

499 09803 01 mangos spell_bonus_data Failed: The used command is not allowed with this MySQL version

500 06362 # mangos instance_template Failed: The used command is not allowed with this MySQL version

501 11733 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

502 1465 # mangos realmd_db Failed: The used command is not allowed with this MySQL version

503 06528 # mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

504 06730 # mangos mangos_string Failed: The used command is not allowed with this MySQL version

505 09291 01 mangos quest_template Failed: The used command is not allowed with this MySQL version

506 10998 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

507 09262 01 mangos quest_template Failed: The used command is not allowed with this MySQL version

508 11002 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

509 11040 01 mangos spell_chain Failed: The used command is not allowed with this MySQL version

510 8488 01 mangos spell_chain Failed: The used command is not allowed with this MySQL version

511 8332 01 realmd realmcharacters Failed: The used command is not allowed with this MySQL version

512 7196 01 mangos spell_chain Failed: The used command is not allowed with this MySQL version

513 5882 # mangos spell_affect Failed: The used command is not allowed with this MySQL version

514 11190 01 mangos pool_creature_template Failed: The used command is not allowed with this MySQL version

515 4921 # mangos gameobject Failed: The used command is not allowed with this MySQL version

516 5085 # mangos spell_affect Failed: The used command is not allowed with this MySQL version

517 2008 10 mangos 02_mangos_spell_proc_event Failed: The used command is not allowed with this MySQL version

518 7034 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

519 7908 03 mangos creature_template_addon Failed: The used command is not allowed with this MySQL version

520 5777 # mangos command Failed: The used command is not allowed with this MySQL version

521 6037 # mangos spell_affect Failed: The used command is not allowed with this MySQL version

522 7312 01 mangos mangos_string Failed: The used command is not allowed with this MySQL version

523 06509 # mangos command Failed: The used command is not allowed with this MySQL version

524 09366 02 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

525 06693 # mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

526 1475 # mangos aura Failed: The used command is not allowed with this MySQL version

527 11115 01 mangos command Failed: The used command is not allowed with this MySQL version

528 09720 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

529 09136 06 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

530 5764 # mangos command Failed: The used command is not allowed with this MySQL version

531 5541 # mangos command Failed: The used command is not allowed with this MySQL version

532 11595 09 mangos spell_elixir Failed: The used command is not allowed with this MySQL version

533 2008 10 mangos 02_mangos_mangos_string Failed: The used command is not allowed with this MySQL version

534 7376 01 mangos spell_area Failed: The used command is not allowed with this MySQL version

535 9068 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

536 10148 01 mangos mangos_string Failed: The used command is not allowed with this MySQL version

537 0.8 # mangos # Skiped: Try to apply this update manually. Update moved to folder: TryManually

538 7830 01 mangos spell_chain Failed: The used command is not allowed with this MySQL version

539 7075 02 mangos spell_learn_spell Failed: The used command is not allowed with this MySQL version

540 11117 02 characters world Failed: The used command is not allowed with this MySQL version

541 10307 01 mangos instance_template Failed: The used command is not allowed with this MySQL version

542 8050 02 mangos spell_bonus_data Failed: The used command is not allowed with this MySQL version

543 5159 # characters guild_bank_item Failed: The used command is not allowed with this MySQL version

544 5576 # mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

545 8993 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

546 5160 # mangos command Failed: The used command is not allowed with this MySQL version

547 1150 # mangos aura Failed: The used command is not allowed with this MySQL version

548 5092 # mangos item_template Failed: The used command is not allowed with this MySQL version

549 09656 02 mangos mangos_string Failed: The used command is not allowed with this MySQL version

550 7255 01 characters characters Failed: The used command is not allowed with this MySQL version

551 7242 01 mangos spell_bonus_data Failed: The used command is not allowed with this MySQL version

552 7052 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

553 8930 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

554 4937 # mangos spell_affect Failed: The used command is not allowed with this MySQL version

555 09477 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

556 11679 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

557 5679 # mangos creature_template Failed: The used command is not allowed with this MySQL version

558 10353 02 mangos command Failed: The used command is not allowed with this MySQL version

559 7214 01 mangos command Failed: The used command is not allowed with this MySQL version

560 6047 # characters character_social Failed: The used command is not allowed with this MySQL version

561 09680 01 characters character_stats Failed: The used command is not allowed with this MySQL version

562 1262 # characters graveyard Failed: The used command is not allowed with this MySQL version

563 9121 01 mangos npc_spellclick_spells Failed: The used command is not allowed with this MySQL version

564 09661 01 characters character_talent Failed: The used command is not allowed with this MySQL version

565 8451 01 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

566 7988 09 mangos spell_proc_event Failed: The used command is not allowed with this MySQL version

567 06456 # mangos command Failed: The used command is not allowed with this MySQL version

568 5636 # mangos loot_template Failed: The used command is not allowed with this MySQL version

569 09692 01 characters mail Failed: The used command is not allowed with this MySQL version

570 10500 01 mangos scripts Failed: The used command is not allowed with this MySQL version

571 06387 # characters character_ticket Failed: The used command is not allowed with this MySQL version

572 5180 # mangos spell_affect Failed: The used command is not allowed with this MySQL version

573 11385 01 mangos creature_template Failed: The used command is not allowed with this MySQL version

574 10788 01 m

Link to comment
Share on other sites

what version of Db are you using? knowing that helps to know which update you need to apply to the db

for example UDB Pack 401 ( is mangos 11376 ) so we know that we start patching mangos db in order starting from 11385_01_mangos_creature_template.sql

same applies to the characters / realmd db's

if you dont know there is a table that shows which version your db was last updated to

open table db_version the line that says require_##### is the last update used so move onto the next update

and make sure the update sql you are applying is going into the right db

Link to comment
Share on other sites

they should all be there the file is very large and takes some time to import all the information if you are missing data either the transfer was cancelled or timed out you may need to delete the information and try again

personally i recommend using the mysql command line instead of things such as phpmyadmin

upload the sql file somewhere on the server and while in the same folder as the sql use this line

mysql -p'YOUR PASSWORD HERE' mangos < UDB_0.12.2_mangos_11792_SD2_2279.sql

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use