diff options
| author | Azazel <azazel.kon@gmail.com> | 2011-03-17 12:33:20 +0600 |
|---|---|---|
| committer | Azazel <azazel.kon@gmail.com> | 2011-03-17 12:33:20 +0600 |
| commit | a959618f3144137e3798806c16cb5fb66d4f8c51 (patch) | |
| tree | ee558ff46d95a34a7eff71c19d8796e137c29dcd /sql/base/characters_database.sql | |
| parent | ca76e17bd66a0f2597cc53f0aa419e47274d5eab (diff) | |
Core/DB: increase size of phaseMask field in corpse table to allow values larger than 255
Diffstat (limited to 'sql/base/characters_database.sql')
| -rw-r--r-- | sql/base/characters_database.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/base/characters_database.sql b/sql/base/characters_database.sql index 2640c894443..c87c8fa091b 100644 --- a/sql/base/characters_database.sql +++ b/sql/base/characters_database.sql @@ -1224,7 +1224,7 @@ CREATE TABLE `corpse` ( `position_z` float NOT NULL DEFAULT '0', `orientation` float NOT NULL DEFAULT '0', `map` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Map Identifier', - `phaseMask` tinyint(3) unsigned NOT NULL DEFAULT '1', + `phaseMask` smallint(5) unsigned NOT NULL DEFAULT '1', `displayId` int(10) unsigned NOT NULL DEFAULT '0', `itemCache` text NOT NULL, `bytes1` int(10) unsigned NOT NULL DEFAULT '0', |
