diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2015-07-25 03:16:05 +0200 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2015-07-25 03:16:05 +0200 |
commit | 8b92c83f6b6b9f599ea9f156929e11dcce633da7 (patch) | |
tree | f854cb13d9c518b52bcca666d039ed6391796422 | |
parent | 6bac7d0120463e71bdd87c966a24bacf053843ae (diff) |
Update 2015_07_24_07_world.sql
-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); |