From 91409cc77e5076e43046dc9749308afcf52f04db Mon Sep 17 00:00:00 2001 From: Aokromes Date: Tue, 30 Apr 2019 13:03:49 +0200 Subject: Core/SAI: Add a 5th parameter to SAI events CP of https://github.com/TrinityCore/TrinityCore/commit/1c60af632888433b29a27bee76e82e96632d4096 By jackpoz --- sql/updates/world/master/2019_04_25_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2019_04_25_00_world.sql (limited to 'sql') 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`; -- cgit v1.2.3