Core/Characters: Made homebind location a WorldLocation (this implicitly adds orientation) (#27055)

This commit is contained in:
ModoX
2021-10-16 01:17:47 +02:00
committed by GitHub
parent 82b3a409db
commit 68c2fc8ff5
15 changed files with 57 additions and 57 deletions
@@ -0,0 +1,2 @@
--
ALTER TABLE `character_homebind` ADD `orientation` float NOT NULL DEFAULT '0' AFTER `posZ`;