mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
Script/AQ: Rewrite Skeram
Add spell_target_position for Skeram Viscidus cosmetic fix Cosmetic fix Cosmetic fix .sql
This commit is contained in:
5
sql/updates/world/2012_12_20_00_world_skeram.sql
Normal file
5
sql/updates/world/2012_12_20_00_world_skeram.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
DELETE FROM `spell_target_position` WHERE id IN (4801,8195,20449);
|
||||
INSERT INTO `spell_target_position` VALUES
|
||||
(4801,531,-8306.68,2060.84,133.062,0),
|
||||
(8195,531,-8344.97,2081.36,125.649,0),
|
||||
(20449,531,-8330.63,2123.14,133.062,0);
|
||||
Reference in New Issue
Block a user