mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
DB/Creature: Black Temple Battle Sensor
This commit is contained in:
4
sql/updates/world/3.3.5/2019_05_29_03_world.sql
Normal file
4
sql/updates/world/3.3.5/2019_05_29_03_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `creature` WHERE `id` IN (22934) AND `guid`=107033;
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `MovementType`) VALUES
|
||||
(107033, 22934, 530, 1, 1, -3565.66, 499.164, 20.2467, 2.54818, 120, 0, 0);
|
||||
Reference in New Issue
Block a user