mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 13:47:23 +01:00
DB: Add Comment column to spell_scripts, event_scripts and waypoint_scripts
Closes #24932
This commit is contained in:
4
sql/updates/world/3.3.5/2020_07_08_01_world.sql
Normal file
4
sql/updates/world/3.3.5/2020_07_08_01_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
--
|
||||
ALTER TABLE `spell_scripts` ADD COLUMN `Comment` varchar(255) NOT NULL DEFAULT '';
|
||||
ALTER TABLE `event_scripts` ADD COLUMN `Comment` varchar(255) NOT NULL DEFAULT '';
|
||||
ALTER TABLE `waypoint_scripts` ADD COLUMN `Comment` varchar(255) NOT NULL DEFAULT '';
|
||||
Reference in New Issue
Block a user