diff options
-rw-r--r-- | sql/updates/world/2015_07_24_07_world.sql | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/updates/world/2015_07_24_07_world.sql b/sql/updates/world/2015_07_24_07_world.sql index 8c556eae537..eb5d08ea8f1 100644 --- a/sql/updates/world/2015_07_24_07_world.sql +++ b/sql/updates/world/2015_07_24_07_world.sql @@ -1,3 +1,4 @@ +-- SET @GUID := 12481; -- 1 free Cguid set by TC SET @OGUID := 9468; -- 5 free Oguid set by TC DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID AND @OGUID+4; @@ -52,4 +53,4 @@ INSERT INTO `spell_linked_spell` VALUES UPDATE `smart_scripts` SET `event_param1`=200000 WHERE `entryorguid`=-91064 AND `source_type`=0 AND `id`=6; UPDATE `creature_template` SET `InhabitType`=4 WHERE `entry`=25160; -UPDATE `creature` SET `position_z`=9 WHERE `guid` IN (62845, 62846);
\ No newline at end of file +UPDATE `creature` SET `position_z`=9 WHERE `guid` IN (62845, 62846); |