mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
Add (core\db): Support for Homebind Orientation (#13389)
Add (core\db) Support for Homebind Orientation
This commit is contained in:
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`;
|
||||
Reference in New Issue
Block a user