diff options
| author | Rat <gmstreetrat@gmail.com> | 2014-11-10 17:03:33 +0100 |
|---|---|---|
| committer | Rat <gmstreetrat@gmail.com> | 2014-11-10 17:03:33 +0100 |
| commit | f2e4a4375462b1071afebe5932687359f7179a79 (patch) | |
| tree | 5dd6a2cb28defdd66dbfd231380abfa1e4fe96cb /sql/updates | |
| parent | 9a45e0b411149f11835957f02b606fc1eeb4f389 (diff) | |
Core/DataBase: Updated spell_proc and spell_proc_event tables
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2014_11_10_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2014_11_10_02_world.sql b/sql/updates/world/2014_11_10_02_world.sql new file mode 100644 index 00000000000..4b0fc4a4fe2 --- /dev/null +++ b/sql/updates/world/2014_11_10_02_world.sql @@ -0,0 +1,2 @@ +ALTER TABLE spell_proc_event ADD spellFamilyMask3 INT(10) UNSIGNED DEFAULT 0 NOT NULL AFTER spellFamilyMask2; +ALTER TABLE spell_proc ADD spellFamilyMask3 INT(10) UNSIGNED DEFAULT 0 NOT NULL AFTER spellFamilyMask2; |
