diff options
Diffstat (limited to 'sql/world.sql')
-rw-r--r-- | sql/world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/world.sql b/sql/world.sql index f914ec5fcda..b4f51ab49b6 100644 --- a/sql/world.sql +++ b/sql/world.sql @@ -723,7 +723,7 @@ CREATE TABLE `creature` ( `position_z` float NOT NULL DEFAULT '0', `orientation` float NOT NULL DEFAULT '0', `spawntimesecs` int(10) unsigned NOT NULL DEFAULT '120', - `spawndist` float NOT NULL DEFAULT '5', + `spawndist` float NOT NULL DEFAULT '0', `currentwaypoint` mediumint(8) unsigned NOT NULL DEFAULT '0', `curhealth` int(10) unsigned NOT NULL DEFAULT '1', `curmana` int(10) unsigned NOT NULL DEFAULT '0', |