From 7e57e9a91ba98435ed87b96964eae57e8b10455d Mon Sep 17 00:00:00 2001 From: Gustavo Date: Tue, 23 Aug 2016 13:21:03 +0200 Subject: Improve scripts for quests Breakfast Of Champions and A Bear of an Appetite (#17780) Properly despawn the related GameObjects after use of the quest item, avoiding multiple use and summon (cherry picked from commit 5661b4686bf7a1d2147d9fdb47115883a4d11ecf) Rename 2016_08_99_99_world.sql to 2016_08_23_03_world.sql (cherry picked from commit 831975fa3426bdec9f9c0647d690e6c9664d5f72) --- sql/updates/world/master/2017_02_18_09_world_2016_08_23_03_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/master/2017_02_18_09_world_2016_08_23_03_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2017_02_18_09_world_2016_08_23_03_world.sql b/sql/updates/world/master/2017_02_18_09_world_2016_08_23_03_world.sql new file mode 100644 index 00000000000..727544cd88c --- /dev/null +++ b/sql/updates/world/master/2017_02_18_09_world_2016_08_23_03_world.sql @@ -0,0 +1,5 @@ +DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=66512; +DELETE FROM `spell_script_names` WHERE `ScriptName` IN('spell_q14076_14092_pound_drum','spell_q12279_cast_net'); +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(66512,'spell_q14076_14092_pound_drum'), +(48794,'spell_q12279_cast_net'); -- cgit v1.2.3