diff options
author | treeston <treeston.mmoc@gmail.com> | 2016-01-07 21:17:32 +0100 |
---|---|---|
committer | treeston <treeston.mmoc@gmail.com> | 2016-01-07 21:17:32 +0100 |
commit | 91fa2154e892c1cc6d7769e39c50afce74c836fc (patch) | |
tree | 66a24a57c9905bc458f5e94afe7df3f4abddbdbf | |
parent | 2a50ea5cf14e16ee0dda09f3c9090d5541b39b2d (diff) |
Fix a spawndist start-up warning.
-rw-r--r-- | sql/updates/world/2016_01_07_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2016_01_07_02_world.sql b/sql/updates/world/2016_01_07_02_world.sql new file mode 100644 index 00000000000..7724b42ac9d --- /dev/null +++ b/sql/updates/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); |