From 1bb998f4068ac2b0612c3edadbe8af07430071f0 Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Sat, 10 Sep 2016 01:13:35 +0200 Subject: Script/Quest: replace wrong test spell used for quest "Red Snapper - Very Tasty!" with actual summoning. The spell does not appear in sniffs, and the summoned NPC's spawn time was far too short to be appropriate (15 seconds). (cherry picked from commit 0479f08c3c07c4de3af4d2293b80d690e4bdf646) Script/Quest: fix and use proper serverside summon spell for quest "Red Snapper - Very Tasty!". (cherry picked from commit 2f493430c9f029867eb1699c54de853e06e850d9) --- sql/updates/world/master/2017_02_26_05_world_2016_09_10_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2017_02_26_05_world_2016_09_10_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2017_02_26_05_world_2016_09_10_00_world.sql b/sql/updates/world/master/2017_02_26_05_world_2016_09_10_00_world.sql new file mode 100644 index 00000000000..106c46b7f42 --- /dev/null +++ b/sql/updates/world/master/2017_02_26_05_world_2016_09_10_00_world.sql @@ -0,0 +1,2 @@ +-- +-- UPDATE `spell_dbc` SET `Effect1`=28, `EffectMiscValueB1`=64 WHERE `Id`=29869; -- cgit v1.2.3