DB/Spells: Fix teleport effect of Argent Crusader's Tabard.

Closes #1357
This commit is contained in:
kaelima
2011-05-18 04:55:11 +02:00
parent 15bf78a572
commit 44bb64295b

View File

@@ -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);