Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2013
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 60.74 KB | None | 0 0
  1. And thus,
  2.  
  3. this one.
  4.  
  5. [code]Query:
  6. CREATE TABLE `banned_addons` (
  7. `Id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT,
  8. `Name` varchar(255) NOT NULL,
  9. `Version` varchar(255) NOT NULL DEFAULT '',
  10. `Timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  11. PRIMARY KEY (`Id`),
  12. UNIQUE KEY `idx_name_ver` (`Name`, `Version`)
  13. ) ENGINE=InnoDB DEFAULT CHARSET=utf8
  14.  
  15. Error occured at:2013-09-22 20:37:45
  16. Line no.:230
  17. Error Code: 1071 - Specified key was too long; max key length is 1000 bytes
  18.  
  19.  
  20.  
  21. Query:
  22. CREATE TABLE `banned_addons` (
  23. `Id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT,
  24. `Name` varchar(255) NOT NULL,
  25. `Version` varchar(255) NOT NULL DEFAULT '',
  26. `Timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  27. PRIMARY KEY (`Id`),
  28. UNIQUE KEY `idx_name_ver` (`Name`, `Version`)
  29. ) ENGINE=InnoDB DEFAULT CHARSET=utf8
  30.  
  31. Error occured at:2013-09-22 20:37:59
  32. Line no.:230
  33. Error Code: 1071 - Specified key was too long; max key length is 1000 bytes
  34.  
  35.  
  36.  
  37. Query:
  38. LOCK TABLES `banned_addons` WRITE
  39.  
  40. Error occured at:2013-09-22 20:37:59
  41. Line no.:237
  42. Error Code: 1146 - Table 'characters.banned_addons' doesn't exist
  43.  
  44.  
  45.  
  46. Query:
  47. /*!40000 ALTER TABLE `banned_addons` DISABLE KEYS */
  48.  
  49. Error occured at:2013-09-22 20:37:59
  50. Line no.:238
  51. Error Code: 1146 - Table 'characters.banned_addons' doesn't exist
  52.  
  53.  
  54.  
  55. Query:
  56. /*!40000 ALTER TABLE `banned_addons` ENABLE KEYS */
  57.  
  58. Error occured at:2013-09-22 20:37:59
  59. Line no.:239
  60. Error Code: 1146 - Table 'characters.banned_addons' doesn't exist
  61.  
  62.  
  63.  
  64. Query:
  65. UPDATE `version` SET `db_version`='TDB 335.52', `cache_id`=52 LIMIT 1
  66.  
  67. Error occured at:2013-09-22 20:45:16
  68. Line no.:1
  69. Error Code: 1146 - Table 'world.version' doesn't exist
  70.  
  71.  
  72.  
  73. Query:
  74. INSERT INTO `creature_equip_template` (`entry`, `id`, `itemEntry1`, `itemEntry2`, `itemEntry3`) VALUES
  75. (31306, 1, 41371, 0, 0)
  76.  
  77. Error occured at:2013-09-22 21:35:49
  78. Line no.:142
  79. Error Code: 1054 - Unknown column 'id' in 'field list'
  80.  
  81.  
  82.  
  83. Query:
  84. INSERT INTO `conditions` (SourceTypeOrReferenceId, SourceGroup, SourceEntry, SourceId, ElseGroup, ConditionTypeOrReference, ConditionValue1, ConditionValue2, ConditionValue3, NegativeCondition, ErrorType, comment ) VALUES
  85. (17, 0, @SPELL, 0, 0, 29, @ENTRY, 40, 0, 1, 0, "Cant use Mistcallers Charm within 40 yards of Yngvar"),
  86. (17, 0, @SPELL, 0, 0, 28, @QUEST, 0, 0, 1, 0, "Cant use Mistcallers Charm, if player has quest objective completed, but not yet rewarded.")
  87.  
  88. Error occured at:2013-09-22 21:35:51
  89. Line no.:253
  90. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  91.  
  92.  
  93.  
  94. Query:
  95. INSERT INTO `conditions` (SourceTypeOrReferenceId, SourceGroup, SourceEntry, SourceId, ElseGroup, ConditionTypeOrReference, ConditionValue1, ConditionValue2, ConditionValue3, NegativeCondition, ErrorType, comment ) VALUES
  96. (17, 0, @SPELL, 0, 0, 29, @PARASITE, 100, 0, 1, 0, "Cant use Temporal Displacer within 100 yards of Temporal Parasite"),
  97. (17, 0, @SPELL, 0, 0, 28, @QUEST, 0, 0, 1, 0, "Cant use Temporal Displacer, if player has quest objective completed, but not yet rewarded")
  98.  
  99. Error occured at:2013-09-22 21:35:52
  100. Line no.:329
  101. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  102.  
  103.  
  104.  
  105. Query:
  106. INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
  107. (13, 1, 57930, 0, 0, 32, 0, 16, 0, 0, 1, 0, 0, '', 'Spell Arcane Lightning hit players')
  108.  
  109. Error occured at:2013-09-22 21:35:52
  110. Line no.:336
  111. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  112.  
  113.  
  114.  
  115. Query:
  116. INSERT INTO `creature` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`spawndist`,`currentwaypoint`,`curhealth`,`curmana`,`MovementType`,`npcflag`,`unit_flags`,`dynamicflags`) VALUES
  117. (@GUID,31440,571,1,8,0,0,5874.2,1948.5,516.1,2.8,300,0,0,32000,0,0,0,0,0)
  118.  
  119. Error occured at:2013-09-22 21:35:52
  120. Line no.:2065
  121. Error Code: 1062 - Duplicate entry '18' for key 'PRIMARY'
  122.  
  123.  
  124.  
  125. Query:
  126. INSERT INTO `spell_area` (`spell`,`area`,`quest_start`,`quest_end`,`aura_spell`,`racemask`,`gender`,`autocast`,`quest_start_status`,`quest_end_status`) VALUES
  127. (@HSPELL,@AREA,12899,0,0, 690,2,1,64,43), -- Horde version
  128. (@ASPELL,@AREA,12898,0,0,1101,2,1,64,43)
  129.  
  130. Error occured at:2013-09-22 21:35:52
  131. Line no.:2074
  132. Error Code: 1054 - Unknown column 'quest_start_status' in 'field list'
  133.  
  134.  
  135.  
  136. Query:
  137. INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
  138. (18, 32790, 57654, 0, 0, 28, 0, 13073, 0, 0, 0, 0, 0, '', 'Required quest active for spellclick'),
  139. (18, 32788, 57539, 0, 0, 28, 0, 13075, 0, 0, 0, 0, 0, '', 'Required quest active for spellclick')
  140.  
  141. Error occured at:2013-09-22 21:35:52
  142. Line no.:2451
  143. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  144.  
  145.  
  146.  
  147. Query:
  148. INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
  149. (15, 9991, 0, 0, 0, 28, 0, 13073, 0, 0, 0, 0, 0, '', 'Show gossip menu option only if player has quest 13073 complete'),
  150. (15, 10215, 1, 0, 0, 28, 0, 13075, 0, 0, 0, 0, 0, '', 'Show gossip menu option only if player has quest 13075 complete'),
  151. (15, 10215, 0, 0, 0, 9, 0, 13074, 0, 0, 0, 0, 0, '', 'Show gossip menu option only if player has quest 13074 taken')
  152.  
  153. Error occured at:2013-09-22 21:35:52
  154. Line no.:2464
  155. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  156.  
  157.  
  158.  
  159. Query:
  160. DELETE FROM `creature_equip_template` WHERE `entry` = 36955 AND `id` = 1
  161.  
  162. Error occured at:2013-09-22 21:35:53
  163. Line no.:2602
  164. Error Code: 1054 - Unknown column 'id' in 'where clause'
  165.  
  166.  
  167.  
  168. Query:
  169. INSERT INTO `creature_equip_template` (`entry`, `id`, `itementry1`, `itementry2`,`itementry3`) VALUES
  170. (36955, 1, 2177, 12869, 0)
  171.  
  172. Error occured at:2013-09-22 21:35:53
  173. Line no.:2604
  174. Error Code: 1054 - Unknown column 'id' in 'field list'
  175.  
  176.  
  177.  
  178. Query:
  179. INSERT INTO `spell_area` (`spell`,`area`,`quest_start`,`quest_end`,`aura_spell`,`racemask`,`gender`,`autocast`,`quest_start_status`,`quest_end_status`) VALUES
  180. (@HSPELL,@AREA,13258,13282,0, 690,2,1,66,43), -- Horde version
  181. (@ASPELL,@AREA,13386,13392,0,1101,2,1,66,43)
  182.  
  183. Error occured at:2013-09-22 21:35:53
  184. Line no.:2650
  185. Error Code: 1054 - Unknown column 'quest_start_status' in 'field list'
  186.  
  187.  
  188.  
  189. Query:
  190. INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
  191. (13, 1, @AURA_FALL, 0, 0, 31, 0, 3, 31641, 0, 0, 0, 0, '', 'Aura fall hits only pitfall npc')
  192.  
  193. Error occured at:2013-09-22 21:35:53
  194. Line no.:2682
  195. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  196.  
  197.  
  198.  
  199. Query:
  200. INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorType`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
  201. (13,1,49555,0,0,31,0,3,27709,0,0,0,0,'','Trollgore - Corpse Explode'),
  202. (13,1,49555,0,1,31,0,3,27753,0,0,0,0,'','Trollgore - Corpse Explode'),
  203. (13,1,49555,0,2,31,0,3,27754,0,0,0,0,'','Trollgore - Corpse Explode'),
  204. (13,1,59807,0,0,31,0,3,27709,0,0,0,0,'','Trollgore - Corpse Explode'),
  205. (13,1,59807,0,1,31,0,3,27753,0,0,0,0,'','Trollgore - Corpse Explode'),
  206. (13,1,59807,0,2,31,0,3,27754,0,0,0,0,'','Trollgore - Corpse Explode'),
  207. (13,1,49618,0,0,31,0,3,27709,0,0,0,0,'','Trollgore - Corpse Explode Damage'),
  208. (13,1,49618,0,1,31,0,3,27753,0,0,0,0,'','Trollgore - Corpse Explode Damage'),
  209. (13,1,49618,0,2,31,0,3,27754,0,0,0,0,'','Trollgore - Corpse Explode Damage'),
  210. (13,1,49618,0,3,31,0,4,0,0,0,0,0,'','Trollgore - Corpse Explode Damage'),
  211. (13,1,59809,0,0,31,0,3,27709,0,0,0,0,'','Trollgore - Corpse Explode Damage'),
  212. (13,1,59809,0,1,31,0,3,27753,0,0,0,0,'','Trollgore - Corpse Explode Damage'),
  213. (13,1,59809,0,2,31,0,3,27754,0,0,0,0,'','Trollgore - Corpse Explode Damage'),
  214. (13,1,59809,0,3,31,0,4,0,0,0,0,0,'','Trollgore - Corpse Explode Damage'),
  215. (13,1,49405,0,0,31,0,3,26630,0,0,0,0,'','Trollgore - Invader Taunt Trigger'),
  216. (13,3,49380,0,0,31,0,3,27709,0,0,0,0,'','Trollgore - Consume'),
  217. (13,3,49380,0,1,31,0,3,27753,0,0,0,0,'','Trollgore - Consume'),
  218. (13,3,49380,0,2,31,0,3,27754,0,0,0,0,'','Trollgore - Consume'),
  219. (13,3,49380,0,3,31,0,4,0,0,0,0,0,'','Trollgore - Consume'),
  220. (13,3,59803,0,0,31,0,3,27709,0,0,0,0,'','Trollgore - Consume'),
  221. (13,3,59803,0,1,31,0,3,27753,0,0,0,0,'','Trollgore - Consume'),
  222. (13,3,59803,0,2,31,0,3,27754,0,0,0,0,'','Trollgore - Consume'),
  223. (13,3,59803,0,3,31,0,4,0,0,0,0,0,'','Trollgore - Consume')
  224.  
  225. Error occured at:2013-09-22 21:35:53
  226. Line no.:3126
  227. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  228.  
  229.  
  230.  
  231. Query:
  232. INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
  233. (15,10028,0,0,0,9,0,13168,0,0,0,0,0,'','Show Gossip option only if player has quest active'),
  234. (15,10028,0,0,1,9,0,13171,0,0,0,0,0,'','Show Gossip option only if player has quest active'),
  235. (15,10028,0,0,2,9,0,13169,0,0,0,0,0,'','Show Gossip option only if player has quest active'),
  236. (15,10028,0,0,3,9,0,13170,0,0,0,0,0,'','Show Gossip option only if player has quest active')
  237.  
  238. Error occured at:2013-09-22 21:35:54
  239. Line no.:3450
  240. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  241.  
  242.  
  243.  
  244. Query:
  245. INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
  246. (13,1,58658,0,0,31,0,3,@Crystal,0,0,0,0,'','Banish Scourge Crystal Hits Only Containment Crystal')
  247.  
  248. Error occured at:2013-09-22 21:35:54
  249. Line no.:3454
  250. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  251.  
  252.  
  253.  
  254. Query:
  255. INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
  256. (20, 0, 8280, 0, 0, 8, 0, 8275, 0, 0, 0, 0, 0, '', 'Securing the Supply Lines can be taken if Taking Back Silithus (Alliance) Complete'),
  257. (19, 0, 8280, 0, 0, 8, 0, 8275, 0, 0, 0, 0, 0, '', 'Securing the Supply Lines can be taken if Taking Back Silithus (Alliance) Complete'),
  258. (20, 0, 8280, 0, 1, 8, 0, 8276, 0, 0, 0, 0, 0, '', 'Securing the Supply Lines can be taken if Taking Back Silithus (Horde) Complete'),
  259. (19, 0, 8280, 0, 1, 8, 0, 8276, 0, 0, 0, 0, 0, '', 'Securing the Supply Lines can be taken if Taking Back Silithus (Horde) Complete')
  260.  
  261. Error occured at:2013-09-22 21:35:55
  262. Line no.:3574
  263. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  264.  
  265.  
  266.  
  267. Query:
  268. INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
  269. (17,0,6509,0,0,1,1,47172,0,0,0,0,0,0,'Cast Gore Bladder only if Cosmetic - Underwater Blood (no sound) aura is active')
  270.  
  271. Error occured at:2013-09-22 21:35:55
  272. Line no.:3580
  273. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  274.  
  275.  
  276.  
  277. Query:
  278. INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
  279. (13, 1, 47939, 0, 0, 35, 0, 1, 5, 3, 0, 0, 0, '', 'Gather Lumber - limit GO targets to Coldwind Tree')
  280.  
  281. Error occured at:2013-09-22 21:35:56
  282. Line no.:4421
  283. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  284.  
  285.  
  286.  
  287. Query:
  288. UPDATE `creature_template` SET `AIName`='SmartAI',`minlevel`=80,`maxlevel`=80,`exp`=2,`unit_flags`=8,`HoverHeight`=2.25,`InhabitType`=4,`spell1`=57493,`spell3`=7769 WHERE `entry`=@NPC_DRAKE_MOUNT
  289.  
  290. Error occured at:2013-09-22 21:35:56
  291. Line no.:4783
  292. Error Code: 1054 - Unknown column 'HoverHeight' in 'field list'
  293.  
  294.  
  295.  
  296. Query:
  297. INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
  298. (17, 1, 57402, 0, 0, 23, 0, 4526, 0, 0, 0, 0, 0, '', 'Dismount player when not in intended zone')
  299.  
  300. Error occured at:2013-09-22 21:35:56
  301. Line no.:4814
  302. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  303.  
  304.  
  305.  
  306. Query:
  307. INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
  308. (17, 0, 43891, 0, 0, 29, 0, 24439, 1, 0, 0, 0, 0, '', 'Spell Drop-Off Periodic targets npc Sack of Relics'),
  309. (17, 0, 43789, 0, 0, 31, 0, 3, 24439, 0, 0, 0, 0, '', 'Spell Grappling Beam targets npc Sack of Relics'),
  310. (13, 1, 43892, 0, 0, 31, 0, 3, 24439, 0, 0, 0, 0, '', 'Spell Steel Gate Drop Off Check targets npc Sack of Relics')
  311.  
  312. Error occured at:2013-09-22 21:35:56
  313. Line no.:4910
  314. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  315.  
  316.  
  317.  
  318. Query:
  319. INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
  320. (17, 0, 50165, 0, 0, 31, 1, 3, 24669, 0, 0, 173, 0, '', 'Awakening Rod target limit to Dormant Vrykul')
  321.  
  322. Error occured at:2013-09-22 21:35:56
  323. Line no.:4939
  324. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  325.  
  326.  
  327.  
  328. Query:
  329. INSERT INTO `spell_target_position` (`id`, `effIndex`, `target_map`, `target_position_x`, `target_position_y`, `target_position_z`, `target_orientation`) VALUES
  330. (@SPELL_OOBE,1,0,-481.041992,1492.949951,19.932100,0), -- Silverpine Forrest
  331. (@SPELL_TELEPORT_BACK,1,571,3842.16,-3428.43,293.105,1.8776)
  332.  
  333. Error occured at:2013-09-22 21:35:57
  334. Line no.:5051
  335. Error Code: 1054 - Unknown column 'effIndex' in 'field list'
  336.  
  337.  
  338.  
  339. Query:
  340. INSERT INTO `creature_equip_template` (`entry`, `id`, `itemEntry1`, `itemEntry2`, `itemEntry3`) VALUES
  341. (9543, 1, 5280, 0, 0)
  342.  
  343. Error occured at:2013-09-22 21:35:57
  344. Line no.:5153
  345. Error Code: 1054 - Unknown column 'id' in 'field list'
  346.  
  347.  
  348.  
  349. Query:
  350. INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
  351. (22, 1, @GEIST, 1, 0, 30, 1, @BLIGHT1, 1, 0, 1, 0, 0, '', 'Execute SAI 0 only if GObject is in range'),
  352. (22, 3, @GEIST, 1, 0, 30, 1, @BLIGHT2, 1, 0, 1, 0, 0, '', 'Execute SAI 2 only if GObject is in range'),
  353. (22, 4, @GEIST, 1, 0, 30, 1, @BLIGHT3, 1, 0, 1, 0, 0, '', 'Execute SAI 6 only if GObject is in range')
  354.  
  355. Error occured at:2013-09-22 21:35:57
  356. Line no.:5218
  357. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  358.  
  359.  
  360.  
  361. Query:
  362. ALTER TABLE `reputation_reward_rate` ADD `quest_repeteable_rate` FLOAT NOT NULL DEFAULT '1' AFTER `quest_weekly_rate`
  363.  
  364. Error occured at:2013-09-22 21:35:57
  365. Line no.:5311
  366. Error Code: 1054 - Unknown column 'quest_weekly_rate' in 'reputation_reward_rate'
  367.  
  368.  
  369.  
  370. Query:
  371. UPDATE `reputation_reward_rate` SET `quest_repeteable_rate`=3 WHERE `faction`=970
  372.  
  373. Error occured at:2013-09-22 21:35:57
  374. Line no.:5312
  375. Error Code: 1054 - Unknown column 'quest_repeteable_rate' in 'field list'
  376.  
  377.  
  378.  
  379. Query:
  380. ALTER TABLE `reputation_reward_rate` CHANGE `quest_repeteable_rate` `quest_repeatable_rate` FLOAT NOT NULL DEFAULT '1'
  381.  
  382. Error occured at:2013-09-22 21:35:57
  383. Line no.:5313
  384. Error Code: 1054 - Unknown column 'quest_repeteable_rate' in 'reputation_reward_rate'
  385.  
  386.  
  387.  
  388. Query:
  389. INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
  390. (1,23954,43228,0,0,1,0,57940,0,0,0,0,0,'','Can loot Stone Keeper''s Shard only with aura Essence of Wintergrasp'),
  391. (1,31673,43228,0,0,1,0,57940,0,0,0,0,0,'','Can loot Stone Keeper''s Shard only with aura Essence of Wintergrasp')
  392.  
  393. Error occured at:2013-09-22 21:35:57
  394. Line no.:5407
  395. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  396.  
  397.  
  398.  
  399. Query:
  400. INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
  401. (13, 2, 52510, 0, 0, 31, 0, 3, 28844, 0, 0, 0, 0, '', 'Spell Burst at the Seams targets Drakkari Skullcrusher')
  402.  
  403. Error occured at:2013-09-22 21:35:57
  404. Line no.:5443
  405. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  406.  
  407.  
  408.  
  409. Query:
  410. INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorType`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
  411. (15,10226,0,0,0,9,0,13395,0,0,0,0,0,'','Show Gossip Menu Option only when quest is active'),
  412. (15,10226,0,0,1,9,0,13236,0,0,0,0,0,'','Show Gossip Menu Option only when quest is active')
  413.  
  414. Error occured at:2013-09-22 21:35:57
  415. Line no.:5472
  416. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  417.  
  418.  
  419.  
  420. Query:
  421. INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorType`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
  422. (17,0,23015,0,0,31,1,3,12396,0,0,173,0,'','Glowing Crystal Prison target limit to Doomguard Commander')
  423.  
  424. Error occured at:2013-09-22 21:35:57
  425. Line no.:5679
  426. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  427.  
  428.  
  429.  
  430. Query:
  431. ALTER TABLE `reputation_reward_rate` CHANGE `quest_repeatable_rate` `quest_repeatable_rate` FLOAT NOT NULL DEFAULT '1' AFTER `quest_monthly_rate`
  432.  
  433. Error occured at:2013-09-22 21:35:58
  434. Line no.:5964
  435. Error Code: 1054 - Unknown column 'quest_repeatable_rate' in 'reputation_reward_rate'
  436.  
  437.  
  438.  
  439. Query:
  440. INSERT INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_end`, `aura_spell`, `racemask`, `gender`, `autocast`, `quest_start_status`, `quest_end_status`) VALUES
  441. (52217, 4306, 12574, 0, 0, 0, 2, 1, 74, 64),
  442. (52217, 4308, 12574, 0, 0, 0, 2, 1, 74, 64)
  443.  
  444. Error occured at:2013-09-22 21:35:58
  445. Line no.:5979
  446. Error Code: 1054 - Unknown column 'quest_start_status' in 'field list'
  447.  
  448.  
  449.  
  450. Query:
  451. INSERT INTO `creature_equip_template` (`entry`, `id`, `itemEntry1`, `itemEntry2`, `itemEntry3`) VALUES
  452. (@TARTEK, 1, 5305, 0, 0)
  453.  
  454. Error occured at:2013-09-22 21:35:59
  455. Line no.:6037
  456. Error Code: 1054 - Unknown column 'id' in 'field list'
  457.  
  458.  
  459.  
  460. Query:
  461. INSERT INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_end`, `aura_spell`, `racemask`, `gender`, `autocast`, `quest_start_status`, `quest_end_status`) VALUES
  462. (@VIEW_INVISIBILITY1, 4175, 12470, 0, 0, 0, 2, 1, 2, 11)
  463.  
  464. Error occured at:2013-09-22 21:36:00
  465. Line no.:6806
  466. Error Code: 1054 - Unknown column 'quest_start_status' in 'field list'
  467.  
  468.  
  469.  
  470. Query:
  471. INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
  472. (13, 1, @T_SCRIPT, 0, 0, 31, 0, 4, 0, 0, 0, 0, 0, '', 'Spell only hits player'),
  473. (13, 1, @T_SCRIPT2, 0, 0, 31, 0, 4, 0, 0, 0, 0, 0, '', 'Spell only hits player')
  474.  
  475. Error occured at:2013-09-22 21:36:00
  476. Line no.:6926
  477. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  478.  
  479.  
  480.  
  481. Query:
  482. INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`) VALUES
  483. (@CGUID+0, 30696, 571, 1, 1, 0, 0, 6975.386, 3462.006, 710.9403, 6.126106, 120, 0, 0, 0, 0, 0, 0, 0, 0), -- Corpulent Horror (Area: The Fleshwerks)
  484. (@CGUID+1, 30696, 571, 1, 1, 0, 0, 6982.377, 3478.588, 710.9403, 5.811946, 120, 0, 0, 0, 0, 0, 0, 0, 0), -- Corpulent Horror (Area: The Fleshwerks)
  485. (@CGUID+2, 30696, 571, 1, 1, 0, 0, 6920.697, 3446.544, 710.2005, 3.097477, 120, 0, 0, 0, 0, 0, 0, 0, 0), -- Corpulent Horror (Area: The Fleshwerks)
  486. (@CGUID+3, 30696, 571, 1, 1, 0, 0, 6932.927, 3502.471, 705.0461, 3.281219, 120, 0, 0, 0, 0, 0, 0, 0, 0), -- Corpulent Horror (Area: The Fleshwerks)
  487. (@CGUID+4, 30696, 571, 1, 1, 0, 0, 6903.668, 3478.428, 700.0414, 3.093731, 120, 0, 0, 0, 0, 0, 0, 0, 0), -- Corpulent Horror (Area: The Fleshwerks)
  488. (@CGUID+5, 30696, 571, 1, 1, 0, 0, 6895.87, 3460.794, 700.7824, 1.592374, 120, 0, 0, 0, 0, 0, 0, 0, 0), -- Corpulent Horror (Area: The Fleshwerks)
  489. (@CGUID+6, 30696, 571, 1, 1, 0, 0, 6868.874, 3435.562, 705.6059, 1.542484, 120, 0, 0, 0, 0, 0, 0, 0, 0), -- Corpulent Horror (Area: The Fleshwerks)
  490. (@CGUID+7, 30696, 571, 1, 1, 0, 0, 6869.054, 3493.792, 695.7783, 5.440073, 120, 0, 0, 0, 0, 0, 0, 0, 0), -- Corpulent Horror (Area: The Fleshwerks)
  491. (@CGUID+8, 30696, 571, 1, 1, 0, 0, 6875.154, 3513.065, 698.8162, 3.944444, 120, 0, 0, 0, 0, 0, 0, 0, 0), -- Corpulent Horror (Area: The Fleshwerks)
  492. (@CGUID+9, 30696, 571, 1, 1, 0, 0, 6836.296, 3505.824, 690.3577, 0.5061455, 120, 0, 0, 0, 0, 0, 0, 0, 0), -- Corpulent Horror (Area: The Fleshwerks)
  493. (@CGUID+10, 30696, 571, 1, 1, 0, 0, 6823.636, 3484.259, 688.4615, 6.278303, 120, 0, 0, 0, 0, 0, 0, 0, 0), -- Corpulent Horror (Area: The Fleshwerks)
  494. (@CGUID+11, 30696, 571, 1, 1, 0, 0, 6729.185, 3433.822, 682.3103, 2.64319, 120, 0, 0, 0, 0, 0, 0, 0, 0), -- Corpulent Horror (Area: The Fleshwerks)
  495. (@CGUID+12, 30696, 571, 1, 1, 0, 0, 6676.063, 3349.062, 704.616, 2.582512, 120, 0, 0, 0, 0, 0, 0, 0, 0), -- Corpulent Horror (Area: The Fleshwerks)
  496. (@CGUID+13, 30696, 571, 1, 1, 0, 0, 6699.958, 3422.957, 679.4948, 3.363122, 120, 0, 0, 0, 0, 0, 0, 0, 0), -- Corpulent Horror (Area: The Fleshwerks)
  497. (@CGUID+14, 30696, 571, 1, 1, 0, 0, 6548.099, 3309.558, 665.8171, 2.951326, 120, 0, 0, 0, 0, 0, 0, 0, 0), -- Corpulent Horror (Area: The Fleshwerks)
  498. (@CGUID+15, 30696, 571, 1, 1, 0, 0, 6535.431, 3322.088, 664.9422, 5.877358, 120, 0, 0, 0, 0, 0, 0, 0, 0), -- Corpulent Horror (Area: The Fleshwerks)
  499. (@CGUID+16, 30696, 571, 1, 1, 0, 0, 6530.748, 3296.081, 664.9409, 3.446935, 120, 0, 0, 0, 0, 0, 0, 0, 0), -- Corpulent Horror (Area: The Fleshwerks)
  500. (@CGUID+17, 30696, 571, 1, 1, 0, 0, 6534.971, 3260.271, 666.9742, 0.2021571, 120, 0, 0, 0, 0, 0, 0, 0, 0), -- Corpulent Horror (Area: The Fleshwerks)
  501. (@CGUID+18, 30696, 571, 1, 1, 0, 0, 6477.204, 3257.901, 643.6331, 3.804818, 120, 0, 0, 0, 0, 0, 0, 0, 0), -- Corpulent Horror (Area: The Fleshwerks)
  502. (@CGUID+19, 30696, 571, 1, 1, 0, 0, 6488.242, 3194.719, 652.9039, 1.48353, 120, 0, 0, 0, 0, 0, 0, 0, 0), -- Corpulent Horror (Area: The Fleshwerks)
  503. (@CGUID+20, 30696, 571, 1, 1, 0, 0, 6412.273, 3236.912, 640.3326, 0.7460284, 120, 0, 0, 0, 0, 0, 0, 0, 0), -- Corpulent Horror (Area: The Fleshwerks
  504. (@CGUID+21, 30696, 571, 1, 1, 0, 0, 6413.427, 3218.029, 638.4678, 0.122173, 120, 0, 0, 0, 0, 0, 0, 0, 0)
  505.  
  506. Error occured at:2013-09-22 21:36:00
  507. Line no.:7227
  508. Error Code: 1062 - Duplicate entry '127272' for key 'PRIMARY'
  509.  
  510.  
  511.  
  512. Query:
  513. INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorType`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
  514. (13,1,66550,0,0,31,0,3,22515,0,0,0,0,'','Isle of Conquest - Teleport Fortress Out'),
  515. (13,1,66550,0,0,35,0,1,10,1,0,0,0,'','Isle of Conquest - Teleport Fortress Out'),
  516. (13,1,66551,0,0,31,0,3,22515,0,0,0,0,'','Isle of Conquest - Teleport Fortress In'),
  517. (13,1,66551,0,0,35,0,1,10,1,0,0,0,'','Isle of Conquest - Teleport Fortress In')
  518.  
  519. Error occured at:2013-09-22 21:36:00
  520. Line no.:7235
  521. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  522.  
  523.  
  524.  
  525. Query:
  526. INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
  527. (17, 0, 55983, 0, 0, 31, 1, 3, 29974, 0, 0, 0, 0, '', 'Blow Hodir''s Horn can hit Niffelem Forefather'),
  528. (17, 0, 55983, 0, 0, 36, 1, 0, 0, 0, 1, 0, 0, '', 'Blow Hodir''s Horn can only hit dead Niffelem Forefather'),
  529. (17, 0, 55983, 0, 1, 31, 1, 3, 30144, 0, 0, 0, 0, '', 'Blow Hodir''s Horn can hit Restless Frostborn Ghost'),
  530. (17, 0, 55983, 0, 1, 36, 1, 0, 0, 0, 1, 0, 0, '', 'Blow Hodir''s Horn can only hit dead Restless Frostborn Ghost'),
  531. (17, 0, 55983, 0, 2, 31, 1, 3, 30135, 0, 0, 0, 0, '', 'Blow Hodir''s Horn can hit Restless Frostborn Warrior'),
  532. (17, 0, 55983, 0, 2, 36, 1, 0, 0, 0, 1, 0, 0, '', 'Blow Hodir''s Horn can only hit dead Restless Frostborn Warrior')
  533.  
  534. Error occured at:2013-09-22 21:36:00
  535. Line no.:7377
  536. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  537.  
  538.  
  539.  
  540. Query:
  541. INSERT INTO `spell_target_position` (`id`, `effIndex`, `target_map`, `target_position_x`, `target_position_y`, `target_position_z`, `target_orientation`) VALUES
  542. (24831, 0, 530, 1920.07, 5582.04, 269.222, 5.1846)
  543.  
  544. Error occured at:2013-09-22 21:36:00
  545. Line no.:7447
  546. Error Code: 1054 - Unknown column 'effIndex' in 'field list'
  547.  
  548.  
  549.  
  550. Query:
  551. INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
  552. (15, @A_MENU2, 3, 0, 0, 1, 0, 37108, 0, 0, 1, 0, 0, '', 'Show gossip option 3 if player does not have aura Zephyrium Charged'),
  553. (15, @A_MENU2, 3, 0, 0, 8, 0, 10712, 0, 0, 0, 0, 0, '', 'Show gossip option 3 if player has quest Ruuan Weald marked as rewarded'),
  554. (15, @A_MENU2, 2, 0, 0, 8, 0, 10711, 0, 0, 0, 0, 0, '', 'Show gossip option 2 if player has quest Razaan''s Landing marked as rewarded'),
  555. (15, @A_MENU2, 2, 0, 0, 1, 0, 37108, 0, 0, 1, 0, 0, '', 'Show gossip option 2 if player does not have aura Zephyrium Charged'),
  556. (15, @A_MENU2, 1, 0, 0, 1, 0, 37108, 0, 0, 1, 0, 0, '', 'Show gossip option 1 if player does not have aura Zephyrium Charged'),
  557. (15, @A_MENU2, 1, 0, 0, 8, 0, 10710, 0, 0, 0, 0, 0, '', 'Show gossip option 1 if player has quest The Singing Ridge marked as rewarded'),
  558. (15, @A_MENU2, 4, 0, 0, 8, 0, 10557, 0, 0, 0, 0, 0, '', 'Show gossip option 4 if player has quest The Zephyrium Capacitorium marked as rewarded'),
  559. (15, @A_MENU, 0, 0, 0, 2, 0, 30539, 1, 0, 0, 0, 0, '', 'Show gossip option 0 if player has item Tally''s Waiver (Signed)'),
  560. (15, @MENUID, 3, 0, 0, 9, 0, 10712, 0, 0, 0, 0, 0, '', 'Show gossip option 3 if player has quest Ruuan Weald marked as taken'),
  561. (15, @MENUID, 3, 0, 0, 1, 0, 37108, 0, 0, 1, 0, 0, '', 'Show gossip option 3 if player does not have aura Zephyrium Charged'),
  562. (15, @MENUID, 2, 0, 0, 9, 0, 10711, 0, 0, 0, 0, 0, '', 'Show gossip option 2 if player has quest Razaan''s Landing marked as taken'),
  563. (15, @MENUID, 2, 0, 0, 1, 0, 37108, 0, 0, 1, 0, 0, '', 'Show gossip option 2 if player does not have aura Zephyrium Charged'),
  564. (15, @MENUID, 1, 0, 0, 9, 0, 10710, 0, 0, 0, 0, 0, '', 'Show gossip option 1 if player has quest The Singing Ridge marked as taken'),
  565. (15, @MENUID, 1, 0, 0, 1, 0, 37108, 0, 0, 1, 0, 0, '', 'Show gossip option 1 if player does not have aura Zephyrium Charged'),
  566. (15, @MENUID, 0, 0, 0, 9, 0, 10557, 0, 0, 0, 0, 0, '', 'Show gossip option 0 if player has quest The Zephyrium Capacitorium marked as taken'),
  567. (15, @MENUID, 0, 0, 0, 1, 0, 37108, 0, 0, 1, 0, 0, '', 'Show gossip option 0 if player does not have aura Zephyrium Charged'),
  568. (13, 1, 36795, 0, 0, 31, 0, 4, 0, 0, 0, 0, 0, '', 'Spell Cannon Channel(dnd) target player')
  569.  
  570. Error occured at:2013-09-22 21:36:00
  571. Line no.:7525
  572. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  573.  
  574.  
  575.  
  576. Query:
  577. INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
  578. (15, 8303, 0, 0, 0, 2, 0, 30540, 1, 1, 1, 0, 0, '', 'Only allow gossip option to be visible if player doesn''t have item'),
  579. (15, 8303, 0, 0, 0, 9, 0, 10710, 0, 0, 0, 0, 0, '', 'Only allow gossip option to be visible if player has quest taken')
  580.  
  581. Error occured at:2013-09-22 21:36:00
  582. Line no.:7537
  583. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  584.  
  585.  
  586.  
  587. Query:
  588. INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
  589. (17, 0, 42793, 0, 0, 31, 1, 3, 24009, 0, 0, 0, 0, '', ''),
  590. (17, 0, 42793, 0, 1, 31, 1, 3, 24010, 0, 0, 0, 0, '', '')
  591.  
  592. Error occured at:2013-09-22 21:36:00
  593. Line no.:8013
  594. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  595.  
  596.  
  597.  
  598. Query:
  599. INSERT INTO `creature` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`spawndist`,`currentwaypoint`,`curhealth`,`curmana`,`MovementType`,`npcflag`,`unit_flags`,`dynamicflags`) VALUES
  600. (@GUID+0,@NPC_BUNNY_INVENTION,571,1,1,0,0,7865.214,-1397.313,1534.143,3.752458,300,0,0,1,0,0,0,0,0),
  601. (@GUID+1,@NPC_BUNNY_LIFE,571,1,1,0,0,7994.017,-2734.839,1133.662,0.3316126,300,0,0,1,0,0,0,0,0),
  602. (@GUID+2,@NPC_BUNNY_WINTER,571,1,1,0,0,7498.68,-1899.41,1473.61,0.132902,300,0,0,1,0,0,0,0,0),
  603. (@GUID+3,@NPC_BUNNY_ORDER,571,1,1,0,0,8194.199,-1963.597,1738.56,1.954769,300,0,0,1,0,0,0,0,0),
  604. (@GUID+4,@NPC_BUNNY_DATASCAN,571,1,1,0,0,8130.811,-1995.321,1781.117,0.05235988,300,0,0,1,0,0,0,0,0),
  605. (@GUID+5,@NPC_BUNNY_DATASCAN,571,1,1,0,0,8213.646,-1901.764,1744.02,0.5759587,300,0,0,1,0,0,0,0,0),
  606. (@GUID+6,@NPC_BUNNY_DATASCAN,571,1,1,0,0,8255.328,-1982.391,1742.117,4.031711,300,0,0,1,0,0,0,0,0),
  607. (@GUID+7,@NPC_BUNNY_DATASCAN,571,1,1,0,0,7868.994,-1375.799,1541.754,4.712389,300,0,0,1,0,0,0,0,0),
  608. (@GUID+8,@NPC_BUNNY_DATASCAN,571,1,1,0,0,7924.429,-1385.165,1534.788,6.038839,300,0,0,1,0,0,0,0,0),
  609. (@GUID+9,@NPC_BUNNY_DATASCAN,571,1,1,0,0,7903.273, -1424.807, 1539.821,2.048841,300,0,0,1,0,0,0,0,0),
  610. (@GUID+10,@NPC_BUNNY_DATASCAN,571,1,1,0,0,7863.330, -1434.625, 1537.565,3.072831,300,0,0,1,0,0,0,0,0),
  611. (@GUID+11,@NPC_BUNNY_DATASCAN,571,1,1,0,0,7924.706,-2748.963,1151.056,4.520403,300,0,0,1,0,0,0,0,0),
  612. (@GUID+12,@NPC_BUNNY_DATASCAN,571,1,1,0,0,8010.217,-2750.608,1151.104,0.418879,300,0,0,1,0,0,0,0,0),
  613. (@GUID+13,@NPC_BUNNY_DATASCAN,571,1,1,0,0,8027.505,-2728.616,1139.939,3.944444,300,0,0,1,0,0,0,0,0),
  614. (@GUID+14,@NPC_BUNNY_DATASCAN,571,1,1,0,0,7978.187,-2714.357,1137.354,2.643541,300,0,0,1,0,0,0,0,0),
  615. (@GUID+15,@NPC_BUNNY_DATASCAN,571,1,1,0,0,7520.712,-1929.840,1482.500,4.520403,300,0,0,1,0,0,0,0,0),
  616. (@GUID+16,@NPC_BUNNY_DATASCAN,571,1,1,0,0,7478.601, -1917.123, 1473.615,0.418879,300,0,0,1,0,0,0,0,0),
  617. (@GUID+17,@NPC_BUNNY_DATASCAN,571,1,1,0,0,7473.774, -1875.455, 1473.614,3.944444,300,0,0,1,0,0,0,0,0)
  618.  
  619. Error occured at:2013-09-22 21:36:00
  620. Line no.:8063
  621. Error Code: 1062 - Duplicate entry '127294' for key 'PRIMARY'
  622.  
  623.  
  624.  
  625. Query:
  626. INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
  627. (22,1,28739,0,0,1,1,52231,0,0,1,0,0,'','Execute sai only if aura is not presented')
  628.  
  629. Error occured at:2013-09-22 21:36:00
  630. Line no.:8153
  631. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  632.  
  633.  
  634.  
  635. Query:
  636. INSERT INTO `creature_equip_template` (`entry`,`id`,`itemEntry1`,`itemEntry2`,`itemEntry3`) VALUES
  637. (31191,1,13220,0,0)
  638.  
  639. Error occured at:2013-09-22 21:36:00
  640. Line no.:8386
  641. Error Code: 1054 - Unknown column 'id' in 'field list'
  642.  
  643.  
  644.  
  645. Query:
  646. INSERT INTO `creature_equip_template` (`entry`,`id`,`itemEntry1`,`itemEntry2`,`itemEntry3`) VALUES
  647. (31192,1,30388,0,0)
  648.  
  649. Error occured at:2013-09-22 21:36:00
  650. Line no.:8406
  651. Error Code: 1054 - Unknown column 'id' in 'field list'
  652.  
  653.  
  654.  
  655. Query:
  656. INSERT INTO `creature_equip_template` (`entry`,`id`,`itemEntry1`,`itemEntry2`,`itemEntry3`) VALUES
  657. (31196,1,29631,0,0)
  658.  
  659. Error occured at:2013-09-22 21:36:00
  660. Line no.:8418
  661. Error Code: 1054 - Unknown column 'id' in 'field list'
  662.  
  663.  
  664.  
  665. Query:
  666. INSERT INTO `creature_equip_template` (`entry`,`id`,`itemEntry1`,`itemEntry2`,`itemEntry3`) VALUES
  667. (31194,1,34283,0,0)
  668.  
  669. Error occured at:2013-09-22 21:36:00
  670. Line no.:8430
  671. Error Code: 1054 - Unknown column 'id' in 'field list'
  672.  
  673.  
  674.  
  675. Query:
  676. INSERT INTO `creature_equip_template` (`entry`,`id`,`itemEntry1`,`itemEntry2`,`itemEntry3`) VALUES
  677. (31242,1,40436,0,0)
  678.  
  679. Error occured at:2013-09-22 21:36:00
  680. Line no.:8451
  681. Error Code: 1054 - Unknown column 'id' in 'field list'
  682.  
  683.  
  684.  
  685. Query:
  686. INSERT INTO `creature_equip_template` (`entry`,`id`,`itemEntry1`,`itemEntry2`,`itemEntry3`) VALUES
  687. (31277,1,43578,0,0)
  688.  
  689. Error occured at:2013-09-22 21:36:00
  690. Line no.:8478
  691. Error Code: 1054 - Unknown column 'id' in 'field list'
  692.  
  693.  
  694.  
  695. Query:
  696. INSERT INTO `creature_equip_template` (`entry`,`id`,`itemEntry1`,`itemEntry2`,`itemEntry3`) VALUES
  697. (14688,1,31311,0,0)
  698.  
  699. Error occured at:2013-09-22 21:36:00
  700. Line no.:8490
  701. Error Code: 1054 - Unknown column 'id' in 'field list'
  702.  
  703.  
  704.  
  705. Query:
  706. INSERT INTO `creature_equip_template` (`entry`, `id`, `itemEntry1`, `itemEntry2`, `itemEntry3`) VALUES
  707. (31306, 1, 41371, 0, 0)
  708.  
  709. Error occured at:2013-09-22 21:41:26
  710. Line no.:142
  711. Error Code: 1054 - Unknown column 'id' in 'field list'
  712.  
  713.  
  714.  
  715. Query:
  716. INSERT INTO `creature_equip_template` (`entry`, `id`, `itemEntry1`, `itemEntry2`, `itemEntry3`) VALUES
  717. (31306, 1, 41371, 0, 0)
  718.  
  719. Error occured at:2013-09-22 21:41:53
  720. Line no.:142
  721. Error Code: 1054 - Unknown column 'id' in 'field list'
  722.  
  723.  
  724.  
  725. Query:
  726. INSERT INTO `creature_equip_template` (`entry`, `id`, `itemEntry1`, `itemEntry2`, `itemEntry3`) VALUES
  727. (31306, 1, 41371, 0, 0)
  728.  
  729. Error occured at:2013-09-22 21:47:54
  730. Line no.:190
  731. Error Code: 1054 - Unknown column 'id' in 'field list'
  732.  
  733.  
  734.  
  735. Query:
  736. INSERT INTO `creature_equip_template` (`entry`, `id`, `itemEntry1`, `itemEntry2`, `itemEntry3`) VALUES
  737. (31306, 1, 41371, 0, 0)
  738.  
  739. Error occured at:2013-09-22 21:51:43
  740. Line no.:190
  741. Error Code: 1054 - Unknown column 'id' in 'field list'
  742.  
  743.  
  744.  
  745. Query:
  746. INSERT INTO `conditions` (SourceTypeOrReferenceId, SourceGroup, SourceEntry, SourceId, ElseGroup, ConditionTypeOrReference, ConditionValue1, ConditionValue2, ConditionValue3, NegativeCondition, ErrorType, comment ) VALUES
  747. (17, 0, @SPELL, 0, 0, 29, @ENTRY, 40, 0, 1, 0, "Cant use Mistcallers Charm within 40 yards of Yngvar"),
  748. (17, 0, @SPELL, 0, 0, 28, @QUEST, 0, 0, 1, 0, "Cant use Mistcallers Charm, if player has quest objective completed, but not yet rewarded.")
  749.  
  750. Error occured at:2013-09-22 21:51:45
  751. Line no.:316
  752. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  753.  
  754.  
  755.  
  756. Query:
  757. INSERT INTO `conditions` (SourceTypeOrReferenceId, SourceGroup, SourceEntry, SourceId, ElseGroup, ConditionTypeOrReference, ConditionValue1, ConditionValue2, ConditionValue3, NegativeCondition, ErrorType, comment ) VALUES
  758. (17, 0, @SPELL, 0, 0, 29, @PARASITE, 100, 0, 1, 0, "Cant use Temporal Displacer within 100 yards of Temporal Parasite"),
  759. (17, 0, @SPELL, 0, 0, 28, @QUEST, 0, 0, 1, 0, "Cant use Temporal Displacer, if player has quest objective completed, but not yet rewarded")
  760.  
  761. Error occured at:2013-09-22 21:51:45
  762. Line no.:392
  763. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  764.  
  765.  
  766.  
  767. Query:
  768. INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
  769. (13, 1, 57930, 0, 0, 32, 0, 16, 0, 0, 1, 0, 0, '', 'Spell Arcane Lightning hit players')
  770.  
  771. Error occured at:2013-09-22 21:51:45
  772. Line no.:404
  773. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  774.  
  775.  
  776.  
  777. Query:
  778. INSERT INTO `creature` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`spawndist`,`currentwaypoint`,`curhealth`,`curmana`,`MovementType`,`npcflag`,`unit_flags`,`dynamicflags`) VALUES
  779. (@GUID,31440,571,1,8,0,0,5874.2,1948.5,516.1,2.8,300,0,0,32000,0,0,0,0,0)
  780.  
  781. Error occured at:2013-09-22 21:51:45
  782. Line no.:2203
  783. Error Code: 1062 - Duplicate entry '18' for key 'PRIMARY'
  784.  
  785.  
  786.  
  787. Query:
  788. INSERT INTO `spell_area` (`spell`,`area`,`quest_start`,`quest_end`,`aura_spell`,`racemask`,`gender`,`autocast`,`quest_start_status`,`quest_end_status`) VALUES
  789. (@HSPELL,@AREA,12899,0,0, 690,2,1,64,43), -- Horde version
  790. (@ASPELL,@AREA,12898,0,0,1101,2,1,64,43)
  791.  
  792. Error occured at:2013-09-22 21:51:45
  793. Line no.:2212
  794. Error Code: 1054 - Unknown column 'quest_start_status' in 'field list'
  795.  
  796.  
  797.  
  798. Query:
  799. INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
  800. (18, 32790, 57654, 0, 0, 28, 0, 13073, 0, 0, 0, 0, 0, '', 'Required quest active for spellclick'),
  801. (18, 32788, 57539, 0, 0, 28, 0, 13075, 0, 0, 0, 0, 0, '', 'Required quest active for spellclick')
  802.  
  803. Error occured at:2013-09-22 21:51:45
  804. Line no.:2594
  805. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  806.  
  807.  
  808.  
  809. Query:
  810. INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
  811. (15, 9991, 0, 0, 0, 28, 0, 13073, 0, 0, 0, 0, 0, '', 'Show gossip menu option only if player has quest 13073 complete'),
  812. (15, 10215, 1, 0, 0, 28, 0, 13075, 0, 0, 0, 0, 0, '', 'Show gossip menu option only if player has quest 13075 complete'),
  813. (15, 10215, 0, 0, 0, 9, 0, 13074, 0, 0, 0, 0, 0, '', 'Show gossip menu option only if player has quest 13074 taken')
  814.  
  815. Error occured at:2013-09-22 21:51:45
  816. Line no.:2607
  817. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  818.  
  819.  
  820.  
  821. Query:
  822.  
  823.  
  824. ALTER TABLE `creature_questrelation` RENAME `creature_queststarter`
  825.  
  826. Error occured at:2013-09-22 21:51:45
  827. Line no.:2750
  828. Error Code: 1050 - Table 'creature_queststarter' already exists
  829.  
  830.  
  831.  
  832. Query:
  833. ALTER TABLE `creature_involvedrelation` RENAME `creature_questender`
  834.  
  835. Error occured at:2013-09-22 21:51:45
  836. Line no.:2751
  837. Error Code: 1050 - Table 'creature_questender' already exists
  838.  
  839.  
  840.  
  841. Query:
  842. ALTER TABLE `gameobject_questrelation` RENAME `gameobject_queststarter`
  843.  
  844. Error occured at:2013-09-22 21:51:45
  845. Line no.:2752
  846. Error Code: 1050 - Table 'gameobject_queststarter' already exists
  847.  
  848.  
  849.  
  850. Query:
  851. ALTER TABLE `gameobject_involvedrelation` RENAME `gameobject_questender`
  852.  
  853. Error occured at:2013-09-22 21:51:45
  854. Line no.:2753
  855. Error Code: 1050 - Table 'gameobject_questender' already exists
  856.  
  857.  
  858.  
  859. Query:
  860. DELETE FROM `creature_equip_template` WHERE `entry` = 36955 AND `id` = 1
  861.  
  862. Error occured at:2013-09-22 21:51:45
  863. Line no.:2795
  864. Error Code: 1054 - Unknown column 'id' in 'where clause'
  865.  
  866.  
  867.  
  868. Query:
  869. INSERT INTO `creature_equip_template` (`entry`, `id`, `itementry1`, `itementry2`,`itementry3`) VALUES
  870. (36955, 1, 2177, 12869, 0)
  871.  
  872. Error occured at:2013-09-22 21:51:45
  873. Line no.:2797
  874. Error Code: 1054 - Unknown column 'id' in 'field list'
  875.  
  876.  
  877.  
  878. Query:
  879. INSERT INTO `spell_area` (`spell`,`area`,`quest_start`,`quest_end`,`aura_spell`,`racemask`,`gender`,`autocast`,`quest_start_status`,`quest_end_status`) VALUES
  880. (@HSPELL,@AREA,13258,13282,0, 690,2,1,66,43), -- Horde version
  881. (@ASPELL,@AREA,13386,13392,0,1101,2,1,66,43)
  882.  
  883. Error occured at:2013-09-22 21:51:45
  884. Line no.:2853
  885. Error Code: 1054 - Unknown column 'quest_start_status' in 'field list'
  886.  
  887.  
  888.  
  889. Query:
  890. INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
  891. (13, 1, @AURA_FALL, 0, 0, 31, 0, 3, 31641, 0, 0, 0, 0, '', 'Aura fall hits only pitfall npc')
  892.  
  893. Error occured at:2013-09-22 21:51:45
  894. Line no.:2885
  895. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  896.  
  897.  
  898.  
  899. Query:
  900. INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorType`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
  901. (13,1,49555,0,0,31,0,3,27709,0,0,0,0,'','Trollgore - Corpse Explode'),
  902. (13,1,49555,0,1,31,0,3,27753,0,0,0,0,'','Trollgore - Corpse Explode'),
  903. (13,1,49555,0,2,31,0,3,27754,0,0,0,0,'','Trollgore - Corpse Explode'),
  904. (13,1,59807,0,0,31,0,3,27709,0,0,0,0,'','Trollgore - Corpse Explode'),
  905. (13,1,59807,0,1,31,0,3,27753,0,0,0,0,'','Trollgore - Corpse Explode'),
  906. (13,1,59807,0,2,31,0,3,27754,0,0,0,0,'','Trollgore - Corpse Explode'),
  907. (13,1,49618,0,0,31,0,3,27709,0,0,0,0,'','Trollgore - Corpse Explode Damage'),
  908. (13,1,49618,0,1,31,0,3,27753,0,0,0,0,'','Trollgore - Corpse Explode Damage'),
  909. (13,1,49618,0,2,31,0,3,27754,0,0,0,0,'','Trollgore - Corpse Explode Damage'),
  910. (13,1,49618,0,3,31,0,4,0,0,0,0,0,'','Trollgore - Corpse Explode Damage'),
  911. (13,1,59809,0,0,31,0,3,27709,0,0,0,0,'','Trollgore - Corpse Explode Damage'),
  912. (13,1,59809,0,1,31,0,3,27753,0,0,0,0,'','Trollgore - Corpse Explode Damage'),
  913. (13,1,59809,0,2,31,0,3,27754,0,0,0,0,'','Trollgore - Corpse Explode Damage'),
  914. (13,1,59809,0,3,31,0,4,0,0,0,0,0,'','Trollgore - Corpse Explode Damage'),
  915. (13,1,49405,0,0,31,0,3,26630,0,0,0,0,'','Trollgore - Invader Taunt Trigger'),
  916. (13,3,49380,0,0,31,0,3,27709,0,0,0,0,'','Trollgore - Consume'),
  917. (13,3,49380,0,1,31,0,3,27753,0,0,0,0,'','Trollgore - Consume'),
  918. (13,3,49380,0,2,31,0,3,27754,0,0,0,0,'','Trollgore - Consume'),
  919. (13,3,49380,0,3,31,0,4,0,0,0,0,0,'','Trollgore - Consume'),
  920. (13,3,59803,0,0,31,0,3,27709,0,0,0,0,'','Trollgore - Consume'),
  921. (13,3,59803,0,1,31,0,3,27753,0,0,0,0,'','Trollgore - Consume'),
  922. (13,3,59803,0,2,31,0,3,27754,0,0,0,0,'','Trollgore - Consume'),
  923. (13,3,59803,0,3,31,0,4,0,0,0,0,0,'','Trollgore - Consume')
  924.  
  925. Error occured at:2013-09-22 21:51:45
  926. Line no.:3359
  927. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  928.  
  929.  
  930.  
  931. Query:
  932. INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
  933. (15,10028,0,0,0,9,0,13168,0,0,0,0,0,'','Show Gossip option only if player has quest active'),
  934. (15,10028,0,0,1,9,0,13171,0,0,0,0,0,'','Show Gossip option only if player has quest active'),
  935. (15,10028,0,0,2,9,0,13169,0,0,0,0,0,'','Show Gossip option only if player has quest active'),
  936. (15,10028,0,0,3,9,0,13170,0,0,0,0,0,'','Show Gossip option only if player has quest active')
  937.  
  938. Error occured at:2013-09-22 21:51:46
  939. Line no.:3728
  940. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  941.  
  942.  
  943.  
  944. Query:
  945. INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
  946. (13,1,58658,0,0,31,0,3,@Crystal,0,0,0,0,'','Banish Scourge Crystal Hits Only Containment Crystal')
  947.  
  948. Error occured at:2013-09-22 21:51:46
  949. Line no.:3732
  950. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  951.  
  952.  
  953.  
  954. Query:
  955. INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
  956. (20, 0, 8280, 0, 0, 8, 0, 8275, 0, 0, 0, 0, 0, '', 'Securing the Supply Lines can be taken if Taking Back Silithus (Alliance) Complete'),
  957. (19, 0, 8280, 0, 0, 8, 0, 8275, 0, 0, 0, 0, 0, '', 'Securing the Supply Lines can be taken if Taking Back Silithus (Alliance) Complete'),
  958. (20, 0, 8280, 0, 1, 8, 0, 8276, 0, 0, 0, 0, 0, '', 'Securing the Supply Lines can be taken if Taking Back Silithus (Horde) Complete'),
  959. (19, 0, 8280, 0, 1, 8, 0, 8276, 0, 0, 0, 0, 0, '', 'Securing the Supply Lines can be taken if Taking Back Silithus (Horde) Complete')
  960.  
  961. Error occured at:2013-09-22 21:51:46
  962. Line no.:3897
  963. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  964.  
  965.  
  966.  
  967. Query:
  968. INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
  969. (17,0,6509,0,0,1,1,47172,0,0,0,0,0,0,'Cast Gore Bladder only if Cosmetic - Underwater Blood (no sound) aura is active')
  970.  
  971. Error occured at:2013-09-22 21:51:46
  972. Line no.:3908
  973. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  974.  
  975.  
  976.  
  977. Query:
  978. INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
  979. (13, 1, 47939, 0, 0, 35, 0, 1, 5, 3, 0, 0, 0, '', 'Gather Lumber - limit GO targets to Coldwind Tree')
  980.  
  981. Error occured at:2013-09-22 21:51:46
  982. Line no.:4864
  983. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  984.  
  985.  
  986.  
  987. Query:
  988. UPDATE `creature_template` SET `AIName`='SmartAI',`minlevel`=80,`maxlevel`=80,`exp`=2,`unit_flags`=8,`HoverHeight`=2.25,`InhabitType`=4,`spell1`=57493,`spell3`=7769 WHERE `entry`=@NPC_DRAKE_MOUNT
  989.  
  990. Error occured at:2013-09-22 21:51:47
  991. Line no.:5306
  992. Error Code: 1054 - Unknown column 'HoverHeight' in 'field list'
  993.  
  994.  
  995.  
  996. Query:
  997. INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
  998. (17, 1, 57402, 0, 0, 23, 0, 4526, 0, 0, 0, 0, 0, '', 'Dismount player when not in intended zone')
  999.  
  1000. Error occured at:2013-09-22 21:51:47
  1001. Line no.:5337
  1002. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  1003.  
  1004.  
  1005.  
  1006. Query:
  1007. INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
  1008. (17, 0, 43891, 0, 0, 29, 0, 24439, 1, 0, 0, 0, 0, '', 'Spell Drop-Off Periodic targets npc Sack of Relics'),
  1009. (17, 0, 43789, 0, 0, 31, 0, 3, 24439, 0, 0, 0, 0, '', 'Spell Grappling Beam targets npc Sack of Relics'),
  1010. (13, 1, 43892, 0, 0, 31, 0, 3, 24439, 0, 0, 0, 0, '', 'Spell Steel Gate Drop Off Check targets npc Sack of Relics')
  1011.  
  1012. Error occured at:2013-09-22 21:51:47
  1013. Line no.:5448
  1014. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  1015.  
  1016.  
  1017.  
  1018. Query:
  1019. INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
  1020. (17, 0, 50165, 0, 0, 31, 1, 3, 24669, 0, 0, 173, 0, '', 'Awakening Rod target limit to Dormant Vrykul')
  1021.  
  1022. Error occured at:2013-09-22 21:51:47
  1023. Line no.:5487
  1024. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  1025.  
  1026.  
  1027.  
  1028. Query:
  1029. INSERT INTO `spell_target_position` (`id`, `effIndex`, `target_map`, `target_position_x`, `target_position_y`, `target_position_z`, `target_orientation`) VALUES
  1030. (@SPELL_OOBE,1,0,-481.041992,1492.949951,19.932100,0), -- Silverpine Forrest
  1031. (@SPELL_TELEPORT_BACK,1,571,3842.16,-3428.43,293.105,1.8776)
  1032.  
  1033. Error occured at:2013-09-22 21:51:47
  1034. Line no.:5624
  1035. Error Code: 1054 - Unknown column 'effIndex' in 'field list'
  1036.  
  1037.  
  1038.  
  1039. Query:
  1040. INSERT INTO `creature_equip_template` (`entry`, `id`, `itemEntry1`, `itemEntry2`, `itemEntry3`) VALUES
  1041. (9543, 1, 5280, 0, 0)
  1042.  
  1043. Error occured at:2013-09-22 21:51:47
  1044. Line no.:5736
  1045. Error Code: 1054 - Unknown column 'id' in 'field list'
  1046.  
  1047.  
  1048.  
  1049. Query:
  1050. INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
  1051. (22, 1, @GEIST, 1, 0, 30, 1, @BLIGHT1, 1, 0, 1, 0, 0, '', 'Execute SAI 0 only if GObject is in range'),
  1052. (22, 3, @GEIST, 1, 0, 30, 1, @BLIGHT2, 1, 0, 1, 0, 0, '', 'Execute SAI 2 only if GObject is in range'),
  1053. (22, 4, @GEIST, 1, 0, 30, 1, @BLIGHT3, 1, 0, 1, 0, 0, '', 'Execute SAI 6 only if GObject is in range')
  1054.  
  1055. Error occured at:2013-09-22 21:51:47
  1056. Line no.:5811
  1057. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  1058.  
  1059.  
  1060.  
  1061. Query:
  1062.  
  1063.  
  1064. ALTER TABLE `reputation_reward_rate` ADD `quest_repeteable_rate` FLOAT NOT NULL DEFAULT '1' AFTER `quest_weekly_rate`
  1065.  
  1066. Error occured at:2013-09-22 21:51:47
  1067. Line no.:5934
  1068. Error Code: 1054 - Unknown column 'quest_weekly_rate' in 'reputation_reward_rate'
  1069.  
  1070.  
  1071.  
  1072. Query:
  1073.  
  1074.  
  1075. UPDATE `reputation_reward_rate` SET `quest_repeteable_rate`=3 WHERE `faction`=970
  1076.  
  1077. Error occured at:2013-09-22 21:51:47
  1078. Line no.:5940
  1079. Error Code: 1054 - Unknown column 'quest_repeteable_rate' in 'field list'
  1080.  
  1081.  
  1082.  
  1083. Query:
  1084.  
  1085.  
  1086. ALTER TABLE `reputation_reward_rate` CHANGE `quest_repeteable_rate` `quest_repeatable_rate` FLOAT NOT NULL DEFAULT '1'
  1087.  
  1088. Error occured at:2013-09-22 21:51:47
  1089. Line no.:5946
  1090. Error Code: 1054 - Unknown column 'quest_repeteable_rate' in 'reputation_reward_rate'
  1091.  
  1092.  
  1093.  
  1094. Query:
  1095. INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
  1096. (1,23954,43228,0,0,1,0,57940,0,0,0,0,0,'','Can loot Stone Keeper''s Shard only with aura Essence of Wintergrasp'),
  1097. (1,31673,43228,0,0,1,0,57940,0,0,0,0,0,'','Can loot Stone Keeper''s Shard only with aura Essence of Wintergrasp')
  1098.  
  1099. Error occured at:2013-09-22 21:51:47
  1100. Line no.:6065
  1101. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  1102.  
  1103.  
  1104.  
  1105. Query:
  1106. INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
  1107. (13, 2, 52510, 0, 0, 31, 0, 3, 28844, 0, 0, 0, 0, '', 'Spell Burst at the Seams targets Drakkari Skullcrusher')
  1108.  
  1109. Error occured at:2013-09-22 21:51:47
  1110. Line no.:6111
  1111. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  1112.  
  1113.  
  1114.  
  1115. Query:
  1116. INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorType`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
  1117. (15,10226,0,0,0,9,0,13395,0,0,0,0,0,'','Show Gossip Menu Option only when quest is active'),
  1118. (15,10226,0,0,1,9,0,13236,0,0,0,0,0,'','Show Gossip Menu Option only when quest is active')
  1119.  
  1120. Error occured at:2013-09-22 21:51:47
  1121. Line no.:6145
  1122. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  1123.  
  1124.  
  1125.  
  1126. Query:
  1127. INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorType`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
  1128. (17,0,23015,0,0,31,1,3,12396,0,0,173,0,'','Glowing Crystal Prison target limit to Doomguard Commander')
  1129.  
  1130. Error occured at:2013-09-22 21:51:47
  1131. Line no.:6372
  1132. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  1133.  
  1134.  
  1135.  
  1136. Query:
  1137.  
  1138.  
  1139. ALTER TABLE `reputation_reward_rate` CHANGE `quest_repeatable_rate` `quest_repeatable_rate` FLOAT NOT NULL DEFAULT '1' AFTER `quest_monthly_rate`
  1140.  
  1141. Error occured at:2013-09-22 21:51:48
  1142. Line no.:6722
  1143. Error Code: 1054 - Unknown column 'quest_repeatable_rate' in 'reputation_reward_rate'
  1144.  
  1145.  
  1146.  
  1147. Query:
  1148. INSERT INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_end`, `aura_spell`, `racemask`, `gender`, `autocast`, `quest_start_status`, `quest_end_status`) VALUES
  1149. (52217, 4306, 12574, 0, 0, 0, 2, 1, 74, 64),
  1150. (52217, 4308, 12574, 0, 0, 0, 2, 1, 74, 64)
  1151.  
  1152. Error occured at:2013-09-22 21:51:48
  1153. Line no.:6747
  1154. Error Code: 1054 - Unknown column 'quest_start_status' in 'field list'
  1155.  
  1156.  
  1157.  
  1158. Query:
  1159. INSERT INTO `creature_equip_template` (`entry`, `id`, `itemEntry1`, `itemEntry2`, `itemEntry3`) VALUES
  1160. (@TARTEK, 1, 5305, 0, 0)
  1161.  
  1162. Error occured at:2013-09-22 21:51:48
  1163. Line no.:6805
  1164. Error Code: 1054 - Unknown column 'id' in 'field list'
  1165.  
  1166.  
  1167.  
  1168. Query:
  1169. INSERT INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_end`, `aura_spell`, `racemask`, `gender`, `autocast`, `quest_start_status`, `quest_end_status`) VALUES
  1170. (@VIEW_INVISIBILITY1, 4175, 12470, 0, 0, 0, 2, 1, 2, 11)
  1171.  
  1172. Error occured at:2013-09-22 21:51:48
  1173. Line no.:7749
  1174. Error Code: 1054 - Unknown column 'quest_start_status' in 'field list'
  1175.  
  1176.  
  1177.  
  1178. Query:
  1179. INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
  1180. (13, 1, @T_SCRIPT, 0, 0, 31, 0, 4, 0, 0, 0, 0, 0, '', 'Spell only hits player'),
  1181. (13, 1, @T_SCRIPT2, 0, 0, 31, 0, 4, 0, 0, 0, 0, 0, '', 'Spell only hits player')
  1182.  
  1183. Error occured at:2013-09-22 21:51:48
  1184. Line no.:7889
  1185. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  1186.  
  1187.  
  1188.  
  1189. Query:
  1190. INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`) VALUES
  1191. (@CGUID+0, 30696, 571, 1, 1, 0, 0, 6975.386, 3462.006, 710.9403, 6.126106, 120, 0, 0, 0, 0, 0, 0, 0, 0), -- Corpulent Horror (Area: The Fleshwerks)
  1192. (@CGUID+1, 30696, 571, 1, 1, 0, 0, 6982.377, 3478.588, 710.9403, 5.811946, 120, 0, 0, 0, 0, 0, 0, 0, 0), -- Corpulent Horror (Area: The Fleshwerks)
  1193. (@CGUID+2, 30696, 571, 1, 1, 0, 0, 6920.697, 3446.544, 710.2005, 3.097477, 120, 0, 0, 0, 0, 0, 0, 0, 0), -- Corpulent Horror (Area: The Fleshwerks)
  1194. (@CGUID+3, 30696, 571, 1, 1, 0, 0, 6932.927, 3502.471, 705.0461, 3.281219, 120, 0, 0, 0, 0, 0, 0, 0, 0), -- Corpulent Horror (Area: The Fleshwerks)
  1195. (@CGUID+4, 30696, 571, 1, 1, 0, 0, 6903.668, 3478.428, 700.0414, 3.093731, 120, 0, 0, 0, 0, 0, 0, 0, 0), -- Corpulent Horror (Area: The Fleshwerks)
  1196. (@CGUID+5, 30696, 571, 1, 1, 0, 0, 6895.87, 3460.794, 700.7824, 1.592374, 120, 0, 0, 0, 0, 0, 0, 0, 0), -- Corpulent Horror (Area: The Fleshwerks)
  1197. (@CGUID+6, 30696, 571, 1, 1, 0, 0, 6868.874, 3435.562, 705.6059, 1.542484, 120, 0, 0, 0, 0, 0, 0, 0, 0), -- Corpulent Horror (Area: The Fleshwerks)
  1198. (@CGUID+7, 30696, 571, 1, 1, 0, 0, 6869.054, 3493.792, 695.7783, 5.440073, 120, 0, 0, 0, 0, 0, 0, 0, 0), -- Corpulent Horror (Area: The Fleshwerks)
  1199. (@CGUID+8, 30696, 571, 1, 1, 0, 0, 6875.154, 3513.065, 698.8162, 3.944444, 120, 0, 0, 0, 0, 0, 0, 0, 0), -- Corpulent Horror (Area: The Fleshwerks)
  1200. (@CGUID+9, 30696, 571, 1, 1, 0, 0, 6836.296, 3505.824, 690.3577, 0.5061455, 120, 0, 0, 0, 0, 0, 0, 0, 0), -- Corpulent Horror (Area: The Fleshwerks)
  1201. (@CGUID+10, 30696, 571, 1, 1, 0, 0, 6823.636, 3484.259, 688.4615, 6.278303, 120, 0, 0, 0, 0, 0, 0, 0, 0), -- Corpulent Horror (Area: The Fleshwerks)
  1202. (@CGUID+11, 30696, 571, 1, 1, 0, 0, 6729.185, 3433.822, 682.3103, 2.64319, 120, 0, 0, 0, 0, 0, 0, 0, 0), -- Corpulent Horror (Area: The Fleshwerks)
  1203. (@CGUID+12, 30696, 571, 1, 1, 0, 0, 6676.063, 3349.062, 704.616, 2.582512, 120, 0, 0, 0, 0, 0, 0, 0, 0), -- Corpulent Horror (Area: The Fleshwerks)
  1204. (@CGUID+13, 30696, 571, 1, 1, 0, 0, 6699.958, 3422.957, 679.4948, 3.363122, 120, 0, 0, 0, 0, 0, 0, 0, 0), -- Corpulent Horror (Area: The Fleshwerks)
  1205. (@CGUID+14, 30696, 571, 1, 1, 0, 0, 6548.099, 3309.558, 665.8171, 2.951326, 120, 0, 0, 0, 0, 0, 0, 0, 0), -- Corpulent Horror (Area: The Fleshwerks)
  1206. (@CGUID+15, 30696, 571, 1, 1, 0, 0, 6535.431, 3322.088, 664.9422, 5.877358, 120, 0, 0, 0, 0, 0, 0, 0, 0), -- Corpulent Horror (Area: The Fleshwerks)
  1207. (@CGUID+16, 30696, 571, 1, 1, 0, 0, 6530.748, 3296.081, 664.9409, 3.446935, 120, 0, 0, 0, 0, 0, 0, 0, 0), -- Corpulent Horror (Area: The Fleshwerks)
  1208. (@CGUID+17, 30696, 571, 1, 1, 0, 0, 6534.971, 3260.271, 666.9742, 0.2021571, 120, 0, 0, 0, 0, 0, 0, 0, 0), -- Corpulent Horror (Area: The Fleshwerks)
  1209. (@CGUID+18, 30696, 571, 1, 1, 0, 0, 6477.204, 3257.901, 643.6331, 3.804818, 120, 0, 0, 0, 0, 0, 0, 0, 0), -- Corpulent Horror (Area: The Fleshwerks)
  1210. (@CGUID+19, 30696, 571, 1, 1, 0, 0, 6488.242, 3194.719, 652.9039, 1.48353, 120, 0, 0, 0, 0, 0, 0, 0, 0), -- Corpulent Horror (Area: The Fleshwerks)
  1211. (@CGUID+20, 30696, 571, 1, 1, 0, 0, 6412.273, 3236.912, 640.3326, 0.7460284, 120, 0, 0, 0, 0, 0, 0, 0, 0), -- Corpulent Horror (Area: The Fleshwerks
  1212. (@CGUID+21, 30696, 571, 1, 1, 0, 0, 6413.427, 3218.029, 638.4678, 0.122173, 120, 0, 0, 0, 0, 0, 0, 0, 0)
  1213.  
  1214. Error occured at:2013-09-22 21:51:49
  1215. Line no.:8210
  1216. Error Code: 1062 - Duplicate entry '127272' for key 'PRIMARY'
  1217.  
  1218.  
  1219.  
  1220. Query:
  1221. INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorType`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
  1222. (13,1,66550,0,0,31,0,3,22515,0,0,0,0,'','Isle of Conquest - Teleport Fortress Out'),
  1223. (13,1,66550,0,0,35,0,1,10,1,0,0,0,'','Isle of Conquest - Teleport Fortress Out'),
  1224. (13,1,66551,0,0,31,0,3,22515,0,0,0,0,'','Isle of Conquest - Teleport Fortress In'),
  1225. (13,1,66551,0,0,35,0,1,10,1,0,0,0,'','Isle of Conquest - Teleport Fortress In')
  1226.  
  1227. Error occured at:2013-09-22 21:51:49
  1228. Line no.:8223
  1229. Error Code: 1054 - Unknown column 'ErrorType' in 'field list'
  1230.  
  1231.  
  1232.  
  1233. Query:
  1234. INSERT INTO `creature_equip_template` (`entry`, `id`, `itemEntry1`, `itemEntry2`, `itemEntry3`) VALUES
  1235. (31306, 1, 41371, 0, 0)
  1236.  
  1237. Error occured at:2013-09-22 21:56:35
  1238. Line no.:190
  1239. Error Code: 1054 - Unknown column 'id' in 'field list'
  1240.  
  1241.  
  1242.  
  1243. Query:
  1244. INSERT INTO `creature_equip_template` (`entry`, `id`, `itemEntry1`, `itemEntry2`, `itemEntry3`) VALUES
  1245. (31306, 1, 41371, 0, 0)
  1246.  
  1247. Error occured at:2013-09-22 23:31:30
  1248. Line no.:190
  1249. Error Code: 1054 - Unknown column 'id' in 'field list'
  1250.  
  1251.  
  1252.  
  1253. Query:
  1254. INSERT INTO `creature_equip_template` (`entry`, `id`, `itemEntry1`, `itemEntry2`, `itemEntry3`) VALUES
  1255. (31306, 1, 41371, 0, 0)
  1256.  
  1257. Error occured at:2013-09-22 23:32:02
  1258. Line no.:190
  1259. Error Code: 1054 - Unknown column 'id' in 'field list'
  1260.  
  1261.  
  1262.  
  1263. [/code]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement