mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
DB/Spells: Fix teleport effect of Argent Crusader's Tabard.
Closes #1357
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- Fix Argent Crusaders Tabard
|
||||
DELETE FROM `spell_target_position` WHERE `id`=66238;
|
||||
INSERT INTO `spell_target_position` (`id`,`target_map`,`target_position_x`,`target_position_y`,`target_position_z`,`target_orientation`) VALUES
|
||||
(66238,571,8480.062,1092.5375,554.4877,0.6014);
|
||||
Reference in New Issue
Block a user