diff options
author | Shauren <shauren.trinity@gmail.com> | 2017-02-17 23:26:09 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2017-02-17 23:26:09 +0100 |
commit | 0bd0602948324621aa905cd26cc01088542caa08 (patch) | |
tree | 41c97c4d2990499f95a960f19a7d4c318a193223 | |
parent | b0ae5fadd19fd172ec5154cde4f4fd14aa20ff88 (diff) |
Add missing sql to previous commit
-rw-r--r-- | sql/updates/world/3.3.5/2017_02_17_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_02_17_00_world.sql b/sql/updates/world/3.3.5/2017_02_17_00_world.sql new file mode 100644 index 00000000000..38c4f916e8e --- /dev/null +++ b/sql/updates/world/3.3.5/2017_02_17_00_world.sql @@ -0,0 +1,2 @@ +ALTER TABLE `smart_scripts` CHANGE `event_flags` `event_flags` smallint(5) unsigned NOT NULL DEFAULT '0'; +ALTER TABLE `smart_scripts` CHANGE `event_phase_mask` `event_phase_mask` smallint(5) unsigned NOT NULL DEFAULT '0'; |