
* Fixes #7195. * Adds a new save field for battle config spawn_direction which was not working for players who log out and in. Thanks to @SapitoSucio and @Lemongrass3110!
4 lines
88 B
SQL
4 lines
88 B
SQL
ALTER TABLE `char`
|
|
ADD COLUMN `body_direction` tinyint unsigned NOT NULL default '0'
|
|
;
|