From a1c708d62c6af45aa4d02fbc5909b2ec41b87a8d Mon Sep 17 00:00:00 2001 From: johnholiver Date: Thu, 5 May 2011 18:18:02 -0300 Subject: Scripts/Oculus: Fix Eregos loot. --- sql/updates/world/2011_05_05_02_world_gameobject.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2011_05_05_02_world_gameobject.sql (limited to 'sql') diff --git a/sql/updates/world/2011_05_05_02_world_gameobject.sql b/sql/updates/world/2011_05_05_02_world_gameobject.sql new file mode 100644 index 00000000000..575f51ee43d --- /dev/null +++ b/sql/updates/world/2011_05_05_02_world_gameobject.sql @@ -0,0 +1,4 @@ +UPDATE `gameobject` SET `spawnMask`=1 WHERE `guid`=2853; +DELETE FROM `gameobject` WHERE `id`=193603; +INSERT INTO `gameobject` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`position_x`,`position_y`,`position_z`,`orientation`,`rotation0`,`rotation1`,`rotation2`,`rotation3`,`spawntimesecs`,`animprogress`,`state`) VALUES +(150,193603,578,2,1,1015.06,1051.09,605.619,0.017452,0,0,0,1,-608400,0,1); \ No newline at end of file -- cgit v1.2.3