aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMalcrom <malcromdev@gmail.com>2012-05-07 21:01:54 -0230
committerMalcrom <malcromdev@gmail.com>2012-05-07 21:01:54 -0230
commit2956631f82989a6777c231b0c02999651050161a (patch)
tree0e0599f0a463fd90f1a806d1092dcdfd3ccb18fd /sql
parent51ed0525ae5a2315589c4ae3be609539312dd529 (diff)
DB/gameobject: Change guid, Discovered is my nemisis!
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2012_05_08_01_world_gameobject.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2012_05_08_01_world_gameobject.sql b/sql/updates/world/2012_05_08_01_world_gameobject.sql
index e6fc74a5e80..b83d02b4762 100644
--- a/sql/updates/world/2012_05_08_01_world_gameobject.sql
+++ b/sql/updates/world/2012_05_08_01_world_gameobject.sql
@@ -1,5 +1,5 @@
-- Add Missing Ice Wall, Pit of Saron
-SET @GUID := 303;
+SET @GUID := 305;
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,201885,658,3,1,932.2674,-80.6684,591.6761,2.286379,0,0,0,0,300,100,1);