diff options
| author | Aokromes <jipr@hotmail.com> | 2014-01-27 07:48:17 +0100 |
|---|---|---|
| committer | Aokromes <jipr@hotmail.com> | 2014-01-27 07:48:17 +0100 |
| commit | 0b3ae6730d6164de0a6720d41ba34ad909ef4357 (patch) | |
| tree | f5bfcf863a716a66b4684d7396d423aa2a87c24a | |
| parent | ec020ea048d67953ebc4e67d260d03c3c637d4c3 (diff) | |
DB/Misc: Fix Lunar Festival Invitation teleport coordinates
By Vincent-Michael, updates #4945
| -rw-r--r-- | sql/updates/world/2014_01_27_05_world_spell_target_position.sql | 4 |
1 files changed, 4 insertions, 0 deletions
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 00000000000..4dfb0ae26a4 --- /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); |
