mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
DB/Spell: Target position for 'Boots of the Bay' (Thanks @kelsarhu)
Closes: #9430
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_target_position` WHERE `id`=71436;
|
||||
INSERT INTO `spell_target_position`(`id`,`target_position_x`,`target_position_y`,`target_position_z`,`target_orientation`) VALUE
|
||||
(71436,-14459.48,492.46,15.12,3.21);
|
||||
Reference in New Issue
Block a user