Core/Corpses: Fixed loading and saving phase

This commit is contained in:
Shauren
2011-04-23 10:26:08 +02:00
parent f317828539
commit ca451a8cd1
2 changed files with 3 additions and 2 deletions
@@ -0,0 +1 @@
ALTER TABLE `corpse` CHANGE COLUMN `phaseMask` `phaseMask` smallint(5) unsigned NOT NULL DEFAULT '1';