mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-05 20:13:48 +00:00
6
data/sql/updates/db_world/2025_01_15_01.sql
Normal file
6
data/sql/updates/db_world/2025_01_15_01.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2025_01_15_00 -> 2025_01_15_01
|
||||
--
|
||||
DELETE FROM `spell_target_position` WHERE `ID` = 41234 AND `EffectIndex` = 0;
|
||||
|
||||
INSERT INTO `spell_target_position` (`ID`, `EffectIndex`, `MapID`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`)
|
||||
VALUES (41234, 0, 0, -3560.6572, 582.82887, 10.987, 4.768543);
|
||||
Reference in New Issue
Block a user