diff options
author | ModoX <moardox@gmail.com> | 2025-02-02 00:42:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-02 00:42:51 +0100 |
commit | 46251b56553b610588eea89b83b4b4e8b88e47da (patch) | |
tree | 4baba8dfe266f894cf85d759eaf182882969a0cd /sql | |
parent | fa75f796d5f8a5e8f51a32ea36ee11beb541eb06 (diff) |
Core/Vehicle: Added RideSpellID field to override npc_spellclick_spells (#30198)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2025_02_01_03_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_02_01_03_world.sql b/sql/updates/world/master/2025_02_01_03_world.sql new file mode 100644 index 00000000000..348b095016c --- /dev/null +++ b/sql/updates/world/master/2025_02_01_03_world.sql @@ -0,0 +1,2 @@ +ALTER TABLE `vehicle_template_accessory` ADD COLUMN `RideSpellID` int NULL AFTER `summontimer`; +ALTER TABLE `vehicle_accessory` ADD COLUMN `RideSpellID` int NULL AFTER `summontimer`; |