Fix a spawndist start-up warning.

(cherry picked from commit 91fa2154e8)
This commit is contained in:
treeston
2016-01-07 21:17:32 +01:00
committed by Shauren
parent 01cccc1ed1
commit dd3ac6eaa8

View File

@@ -0,0 +1,2 @@
-- fix a start-up warning
UPDATE `creature` SET `spawndist`=0 WHERE `guid` IN (79007,79008,79009);