diff options
| author | Aokromes <aokromes@gmail.com> | 2019-04-30 13:03:49 +0200 |
|---|---|---|
| committer | Aokromes <aokromes@gmail.com> | 2019-04-30 13:03:49 +0200 |
| commit | 91409cc77e5076e43046dc9749308afcf52f04db (patch) | |
| tree | e4542a1d46974eb3183fb510ae62422a4695823d /sql | |
| parent | 4230e03e3c917c5e32b15ec6b30bf550d7a0c05a (diff) | |
Core/SAI: Add a 5th parameter to SAI events
CP of https://github.com/TrinityCore/TrinityCore/commit/1c60af632888433b29a27bee76e82e96632d4096
By jackpoz
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2019_04_25_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2019_04_25_00_world.sql b/sql/updates/world/master/2019_04_25_00_world.sql new file mode 100644 index 00000000000..a3aebecfd5d --- /dev/null +++ b/sql/updates/world/master/2019_04_25_00_world.sql @@ -0,0 +1,2 @@ +-- +ALTER TABLE `smart_scripts` ADD COLUMN `event_param5` INT(10) UNSIGNED DEFAULT 0 NOT NULL AFTER `event_param4`; |
