aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorGustavo <sirikfoll@hotmail.com>2016-08-23 08:21:03 -0300
committerSnapperRy <snapperryen@gmail.com>2016-08-23 13:21:03 +0200
commit5661b4686bf7a1d2147d9fdb47115883a4d11ecf (patch)
tree19e5715b9d99da6a373c3a1b159bea2712e96f24 /sql
parent433beb77e32db097bf15f9faea222e99ad6373e3 (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
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2016_99_99_99_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_99_99_99_world.sql b/sql/updates/world/3.3.5/2016_99_99_99_world.sql
new file mode 100644
index 00000000000..727544cd88c
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_99_99_99_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');