rathena/sql-files/upgrades/upgrade_20220830.sql
Aleos a2ce09fd56
Resolves spawn direction not saving at relog (#7210)
* 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!
2022-08-30 12:50:50 -04:00

4 lines
88 B
SQL

ALTER TABLE `char`
ADD COLUMN `body_direction` tinyint unsigned NOT NULL default '0'
;