Core/SAI: Add a 4th target parameter to SAI

Port From (https://github.com/TrinityCore/TrinityCore/commit/4fabfa0903dfbf95bb4f0ce03fea953d4ef0a073)
This commit is contained in:
hondacrx
2021-11-15 20:25:14 -05:00
parent d14f6b752a
commit f2a7383fad
4 changed files with 34 additions and 30 deletions
@@ -0,0 +1 @@
ALTER TABLE `smart_scripts` ADD COLUMN `target_param4` INT(10) UNSIGNED DEFAULT 0 NOT NULL AFTER `target_param3`;