mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-10 20:19:49 +01:00
DB/Creature: Seer Nakha
This commit is contained in:
4
sql/updates/world/3.3.5/2019_06_03_04_world.sql
Normal file
4
sql/updates/world/3.3.5/2019_06_03_04_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `creature` WHERE `id` IN (23265) AND `guid` IN (109724);
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `MovementType`) VALUES
|
||||
(109724, 23265, 530, 1, 1, 1, -1333.53, 7221.96, 33.583, 2.26893, 300, 0, 0);
|
||||
Reference in New Issue
Block a user