aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorModoX <moardox@gmail.com>2025-02-02 00:42:51 +0100
committerOvahlord <dreadkiller@gmx.de>2025-02-04 16:23:26 +0100
commit055268d23e9798945f6ade6c5d0a25c2707d8829 (patch)
tree32fff39563c0453ec771a5142464046520f00e39 /sql
parent600b46bd3512850fec64bdfe75806f3f3c8674a3 (diff)
Core/Vehicle: Added RideSpellID field to override npc_spellclick_spells (#30198)
(cherry picked from commit 46251b56553b610588eea89b83b4b4e8b88e47da) # Conflicts: # sql/updates/world/cata_classic/2025_02_01_03_world.sql
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/cata_classic/2025_02_04_00_world_2025_02_01_03_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/cata_classic/2025_02_04_00_world_2025_02_01_03_world.sql b/sql/updates/world/cata_classic/2025_02_04_00_world_2025_02_01_03_world.sql
new file mode 100644
index 00000000000..348b095016c
--- /dev/null
+++ b/sql/updates/world/cata_classic/2025_02_04_00_world_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`;