diff options
| author | megamage <none@none> | 2009-07-23 09:30:05 +0800 |
|---|---|---|
| committer | megamage <none@none> | 2009-07-23 09:30:05 +0800 |
| commit | f481e7b14db88700631c01c58b23a1a2f7f4efb6 (patch) | |
| tree | a0f9d08fec1f7e2a69782d4902b378da7ffb3634 /sql/updates | |
| parent | e79656b75a3a4272f25457b11856f8ca9df29ba4 (diff) | |
[8191] Drop code related to use long time empty `spell_affect` table. Author: XTZGZoReX
After switch to 3.x.x all data get explcitly from ClassMask fields in spell.dbc
and no need in custom values.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/4542_8191_world_spell_affect.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/4542_8191_world_spell_affect.sql b/sql/updates/4542_8191_world_spell_affect.sql new file mode 100644 index 00000000000..74e28a00b59 --- /dev/null +++ b/sql/updates/4542_8191_world_spell_affect.sql @@ -0,0 +1,3 @@ +-- ALTER TABLE db_version CHANGE COLUMN required_8190_01_mangos_creature_template required_8191_01_mangos_spell_affect bit; + +DROP TABLE IF EXISTS `spell_affect`; |
