Core/Quests: Add script for quest The Thunderspike.

Closes #4458.
This commit is contained in:
Discover-
2011-12-25 16:44:55 +01:00
parent 41888f63c9
commit dbcccbbb44
3 changed files with 31 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
-- The Thunderspike
UPDATE `gameobject_template` SET `AIName`='',`ScriptName`='go_thunderspike',`data3`=0 WHERE `entry`=184729; -- data3 was `event_scripts`.`id`
DELETE FROM `event_scripts` WHERE `id`=13685;