diff options
| author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2022-12-30 16:32:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-30 16:32:37 +0100 |
| commit | 09591fbdb0a81f8565c6a16f844953752f597f18 (patch) | |
| tree | ea0a58c4623805ca085388af4b76b5910234c99b /sql | |
| parent | bde93b25d2b899c4623467a094c71333b2b54e8d (diff) | |
Core/SAI: Add action param 7 (#28519)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2022_12_30_01_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_12_30_01_world.sql b/sql/updates/world/master/2022_12_30_01_world.sql new file mode 100644 index 00000000000..7717e90b7a3 --- /dev/null +++ b/sql/updates/world/master/2022_12_30_01_world.sql @@ -0,0 +1 @@ +ALTER TABLE smart_scripts ADD COLUMN `action_param7` int(10) unsigned NOT NULL DEFAULT '0' AFTER `action_param6`; |
