diff options
| author | Rat <gmstreetrat@gmail.com> | 2014-11-10 11:28:34 +0100 |
|---|---|---|
| committer | Rat <gmstreetrat@gmail.com> | 2014-11-10 11:28:34 +0100 |
| commit | b4a9f471238aeefcadab765fc8ec2ae4b1af79bd (patch) | |
| tree | 3015750e8b73d627673d0eb49aaeb31522bfd989 /sql/updates | |
| parent | ae132dbf1128c1a65747af34265d8a32142604ac (diff) | |
Core/DataStores: Implemented loading of SpellMisc.db2, SpellClassOptions.db2, SpellPower.db2, SpellAuraRestrictions.db2, OverrideSpellData.db2 files
- Note: you will need the above files from 6.x
- Implemented flag128 class, used for spellfamilymasks
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; |
