diff options
| author | TDB Release <tdb-release@build.bot> | 2020-11-16 13:39:40 +0000 |
|---|---|---|
| committer | TDB Release <tdb-release@build.bot> | 2020-11-16 13:39:40 +0000 |
| commit | e6b945eabcdeded8043e40b4e5ede41bd26701dd (patch) | |
| tree | d1c66c755801b7be9c41836a1df7c6cd71bcf910 /sql/base/dev | |
| parent | b52c89f1bae1d8a6b91a42421d268fa93d86433b (diff) | |
TDB 335.20111 - 2020/11/16TDB335.20111
Diffstat (limited to 'sql/base/dev')
| -rw-r--r-- | sql/base/dev/world_database.sql | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/base/dev/world_database.sql b/sql/base/dev/world_database.sql index ebb63568516..57a99e5e4df 100644 --- a/sql/base/dev/world_database.sql +++ b/sql/base/dev/world_database.sql @@ -361,7 +361,7 @@ CREATE TABLE `creature_addon` ( `path_id` int(10) unsigned NOT NULL DEFAULT '0', `mount` mediumint(8) unsigned NOT NULL DEFAULT '0', `bytes1` int(10) unsigned NOT NULL DEFAULT '0', - `bytes2` int(10) unsigned NOT NULL DEFAULT '0', + `bytes2` int(10) unsigned NOT NULL DEFAULT '1', `emote` int(10) unsigned NOT NULL DEFAULT '0', `visibilityDistanceType` tinyint(3) unsigned NOT NULL DEFAULT '0', `auras` text, @@ -674,7 +674,7 @@ CREATE TABLE `creature_template_addon` ( `path_id` int(10) unsigned NOT NULL DEFAULT '0', `mount` mediumint(8) unsigned NOT NULL DEFAULT '0', `bytes1` int(10) unsigned NOT NULL DEFAULT '0', - `bytes2` int(10) unsigned NOT NULL DEFAULT '0', + `bytes2` int(10) unsigned NOT NULL DEFAULT '1', `emote` mediumint(8) unsigned NOT NULL DEFAULT '0', `visibilityDistanceType` tinyint(3) unsigned NOT NULL DEFAULT '0', `auras` text, @@ -4028,4 +4028,4 @@ CREATE TABLE `waypoints` ( /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2020-10-15 7:33:16 +-- Dump completed on 2020-11-16 13:37:26 |
