From 0b3ae6730d6164de0a6720d41ba34ad909ef4357 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Mon, 27 Jan 2014 07:48:17 +0100 Subject: [PATCH] DB/Misc: Fix Lunar Festival Invitation teleport coordinates By Vincent-Michael, updates #4945 --- .../world/2014_01_27_05_world_spell_target_position.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2014_01_27_05_world_spell_target_position.sql diff --git a/sql/updates/world/2014_01_27_05_world_spell_target_position.sql b/sql/updates/world/2014_01_27_05_world_spell_target_position.sql new file mode 100644 index 0000000000..4dfb0ae26a --- /dev/null +++ b/sql/updates/world/2014_01_27_05_world_spell_target_position.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `spell_target_position` WHERE `id`=26448; +INSERT INTO `spell_target_position` (`id`,`target_map`,`target_position_x`,`target_position_y`,`target_position_z`,`target_orientation`) VALUES +(26448,1,7581.01,-2225.35,473.64,1.80);