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/updates | |
| parent | ca76e17bd66a0f2597cc53f0aa419e47274d5eab (diff) | |
Core/DB: increase size of phaseMask field in corpse table to allow values larger than 255
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/auth_char/2011_03_17_0_characters_corpse.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/auth_char/2011_03_17_0_characters_corpse.sql b/sql/updates/auth_char/2011_03_17_0_characters_corpse.sql new file mode 100644 index 00000000000..d9464f53f49 --- /dev/null +++ b/sql/updates/auth_char/2011_03_17_0_characters_corpse.sql @@ -0,0 +1 @@ +ALTER TABLE `corpse` CHANGE COLUMN `phaseMask` `phaseMask` smallint(5) unsigned NOT NULL DEFAULT '1'; |
