Core/Spells: Added option to override orientation for target types using spell_target_position table (#29551)

(cherry picked from commit e8849ca5a1)
This commit is contained in:
ModoX
2024-01-08 21:19:44 +01:00
committed by funjoker
parent 071b04e987
commit 82b605645b
2 changed files with 12 additions and 6 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE `spell_target_position` ADD COLUMN `Orientation` float NULL AFTER `PositionZ`;