mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
DB/Creature: Black Temple Battle Sensor
(cherry picked from commit 1cc7944f72)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `creature` WHERE `id` IN (22934) AND `guid`=107033;
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `spawnDifficulties`, `phaseId`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `MovementType`) VALUES
|
||||
(107033, 22934, 530, '0', 0, -3565.66, 499.164, 20.2467, 2.54818, 120, 0, 0);
|
||||
Reference in New Issue
Block a user