From f38c9ee364152968e270cc08c8b74e3d222f5b50 Mon Sep 17 00:00:00 2001 From: Carbenium Date: Wed, 20 May 2015 00:14:22 +0200 Subject: Core/Spells: Fix summon position of Argent Valiant Ref #8718 (cherry picked from commit 9d12df69ca77a6c5522a0803d6aa5b8328575a13) Conflicts: src/server/game/Spells/SpellMgr.cpp --- sql/updates/world/2015_05_20_01_world_2015_05_19_02.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2015_05_20_01_world_2015_05_19_02.sql (limited to 'sql') diff --git a/sql/updates/world/2015_05_20_01_world_2015_05_19_02.sql b/sql/updates/world/2015_05_20_01_world_2015_05_19_02.sql new file mode 100644 index 00000000000..46125437940 --- /dev/null +++ b/sql/updates/world/2015_05_20_01_world_2015_05_19_02.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_target_position` WHERE `id`=63171; +INSERT INTO `spell_target_position` (`id`, `EffectIndex`, `MapID`, `PositionX`, `PositionY`, `PositionZ`) VALUES +(63171, 0, 571, 8533.11, 1069.66, 551.784); -- cgit v1.2.3