diff options
| author | ModoX <moardox@gmail.com> | 2024-01-08 21:19:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-08 21:19:44 +0100 |
| commit | e8849ca5a14719e7d395db7907bac26705f25dbf (patch) | |
| tree | 9bf65b8b84739bc7b266a94c857ef4a3c00279d3 /sql | |
| parent | 277b72ec31c7bbbc7b39b34a816c6a012cc1dcf3 (diff) | |
Core/Spells: Added option to override orientation for target types using spell_target_position table (#29551)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2024_01_08_01_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_01_08_01_world.sql b/sql/updates/world/master/2024_01_08_01_world.sql new file mode 100644 index 00000000000..94fc92549a4 --- /dev/null +++ b/sql/updates/world/master/2024_01_08_01_world.sql @@ -0,0 +1 @@ +ALTER TABLE `spell_target_position` ADD COLUMN `Orientation` float NULL AFTER `PositionZ`; |
