mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
DB/Spawns: Added missing gameobject at Majordomo Executus area (damage on pile of coal)
This commit is contained in:
5
sql/updates/world/2012_04_07_00_world_gameobject.sql
Normal file
5
sql/updates/world/2012_04_07_00_world_gameobject.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
UPDATE `gameobject_template` SET `faction`=54 WHERE `entry`=178164;
|
||||
SET @GUID := 247;
|
||||
DELETE FROM `gameobject` WHERE `guid`=@GUID;
|
||||
INSERT INTO `gameobject` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`position_x`,`position_y`,`position_z`,`orientation`,`rotation0`,`rotation1`,`rotation2`,`rotation3`,`spawntimesecs`,`animprogress`,`state`) VALUES
|
||||
(@GUID,178164,409,1,1,736.6528,-1176.32,-118.0967,-0.6806787,0,0,0,1,120,255,1); -- Hot Coal, damage
|
||||
Reference in New Issue
Block a user