diff options
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2022_02_09_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_02_09_00_world.sql b/sql/updates/world/master/2022_02_09_00_world.sql new file mode 100644 index 00000000000..1d4490faa18 --- /dev/null +++ b/sql/updates/world/master/2022_02_09_00_world.sql @@ -0,0 +1,2 @@ +ALTER TABLE `serverside_spell` ADD `ProcFlags2` int unsigned NOT NULL DEFAULT 0 AFTER `ProcFlags`; +ALTER TABLE `spell_proc` ADD `ProcFlags2` int unsigned NOT NULL DEFAULT 0 AFTER `ProcFlags`; |
