diff options
author | treeston <treeston.mmoc@gmail.com> | 2016-01-07 21:17:32 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2016-03-22 21:35:42 +0100 |
commit | dd3ac6eaa8972a51276807d69e45940db435b17a (patch) | |
tree | a7ce75ffaf46d1aa52ee9653c44cc55784338d76 | |
parent | 01cccc1ed1e3cd01be6f7545a7bc8efc330e9618 (diff) |
Fix a spawndist start-up warning.
(cherry picked from commit 91fa2154e892c1cc6d7769e39c50afce74c836fc)
-rw-r--r-- | sql/updates/world/2016_03_22_02_world_2016_01_07_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2016_03_22_02_world_2016_01_07_02_world.sql b/sql/updates/world/2016_03_22_02_world_2016_01_07_02_world.sql new file mode 100644 index 00000000000..7724b42ac9d --- /dev/null +++ b/sql/updates/world/2016_03_22_02_world_2016_01_07_02_world.sql @@ -0,0 +1,2 @@ +-- fix a start-up warning +UPDATE `creature` SET `spawndist`=0 WHERE `guid` IN (79007,79008,79009); |