TDB 335.20031 - 2020/03/16

This commit is contained in:
TDB Release
2020-03-16 08:49:50 +00:00
parent 40acf3c56b
commit 533856bad0
81 changed files with 22 additions and 13 deletions

View File

@@ -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