diff options
| author | Gustavo <sirikfoll@hotmail.com> | 2016-08-23 13:21:03 +0200 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-02-18 14:40:14 +0100 |
| commit | 7e57e9a91ba98435ed87b96964eae57e8b10455d (patch) | |
| tree | c8b76a27bcd1bfcd03654ea9cc4c4b9f185548bf /sql/updates | |
| parent | 2574667854b17c20a77e61136ac13d7c0ca1ce15 (diff) | |
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)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2017_02_18_09_world_2016_08_23_03_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
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'); |
