aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZxBiohazardZx <zxbiohazardzx@gmail.com>2012-11-19 21:06:50 +0100
committerZxBiohazardZx <zxbiohazardzx@gmail.com>2012-11-19 21:06:50 +0100
commitdc5fac23ddd845b34c0d94a3306fe227254b7fdd (patch)
treef5b48ed4ecafe939481bfe6b44419637fb9af007
parent7a30ffe68e32ebe0393c892d7f61be94a35e4805 (diff)
db/commit: NULL is a bad param, fixed
-rw-r--r--sql/updates/world/2012_11_19_00_world_various_fixes.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2012_11_19_00_world_various_fixes.sql b/sql/updates/world/2012_11_19_00_world_various_fixes.sql
index 6861df31d5d..ca78611fc0b 100644
--- a/sql/updates/world/2012_11_19_00_world_various_fixes.sql
+++ b/sql/updates/world/2012_11_19_00_world_various_fixes.sql
@@ -389,7 +389,7 @@ UPDATE `quest_template` SET `RequiredRaces`=1101 WHERE `Id`=7848; -- A
UPDATE `quest_template` SET `RequiredRaces`=690 WHERE `Id`=7487; -- H
-- ------------------------------------------------------------------------------------------------------------------------------------------------
-- Issue 8021: spawn location in OG near Rogg (37072)
-SET @GUID := NULL; -- set by TDB team
+SET @GUID := 387; -- set by TDB team
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,1685,1,1,1,1523.778,-4368.241,18.21412,6.07367,0,0,0,1,300,100,1);