Add (core\db): Support for Homebind Orientation (#13389)
Add (core\db) Support for Homebind Orientation
This commit is contained in:
parent
7eb096ae0b
commit
2e6f6e26da
15 changed files with 43 additions and 33 deletions
4
data/sql/updates/db_characters/Homebind_Orientation.sql
Normal file
4
data/sql/updates/db_characters/Homebind_Orientation.sql
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
--
|
||||
|
||||
ALTER TABLE `character_homebind`
|
||||
ADD COLUMN `posO` FLOAT NOT NULL DEFAULT '0' AFTER `posZ`;
|
||||
Loading…
Add table
Add a link
Reference in a new issue