diff options
| author | TDB Release <tdb-release@build.bot> | 2020-03-16 08:49:50 +0000 |
|---|---|---|
| committer | TDB Release <tdb-release@build.bot> | 2020-03-16 08:49:50 +0000 |
| commit | 533856bad0f32f04a2b8eee264feebd67a1e2ccc (patch) | |
| tree | b77e12e0cef5dcf1d50a7dde3c09673243216425 /sql/base/dev | |
| parent | 40acf3c56b833d987a2d46fe163cf4d75c31d10f (diff) | |
TDB 335.20031 - 2020/03/16TDB335.20031
Diffstat (limited to 'sql/base/dev')
| -rw-r--r-- | sql/base/dev/world_database.sql | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sql/base/dev/world_database.sql b/sql/base/dev/world_database.sql index cafd81daf8d..9d57b264b90 100644 --- a/sql/base/dev/world_database.sql +++ b/sql/base/dev/world_database.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 5.7.25, for Linux (x86_64) +-- MySQL dump 10.13 Distrib 5.7.29, for Linux (x86_64) -- -- Host: localhost Database: world -- ------------------------------------------------------ --- Server version 5.7.25-0ubuntu0.16.04.2 +-- Server version 5.7.29-0ubuntu0.18.04.1 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -320,7 +320,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 '0', + `wander_distance` 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', @@ -3863,4 +3863,4 @@ CREATE TABLE `waypoints` ( /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2020-02-15 17:36:07 +-- Dump completed on 2020-03-16 8:47:51 |
