mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
7
sql/updates/world/2014_06_28_00_world_misc.sql
Normal file
7
sql/updates/world/2014_06_28_00_world_misc.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
--
|
||||
SET @CGUID:= 43496;
|
||||
DELETE FROM `game_graveyard_zone` WHERE `id`=2;
|
||||
INSERT INTO `game_graveyard_zone` (`id`, `ghost_zone`, `faction`) VALUES (2, 44, 469);
|
||||
|
||||
INSERT INTO `creature` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`spawndist`,`currentwaypoint`) VALUES
|
||||
(@CGUID, 6491, 0, 1, 1, -9190.865, -2308.829, 89.63705, 4.13643, 120, 0, 0); -- 6491 (Area: 44)
|
||||
Reference in New Issue
Block a user