diff options
| author | Ramusik <nikson.91@mail.ru> | 2011-05-12 23:55:30 +0700 |
|---|---|---|
| committer | tobmaps <spambot42@yandex.ru> | 2011-05-12 23:55:30 +0700 |
| commit | 5389ae1b77a57695ed6214e88a990b728fbe88fb (patch) | |
| tree | 0d6c1355c1727472ef9c01a21a522f77eb13f409 /sql | |
| parent | db2f769c4927fecd9591ab4f444883e8c986f06e (diff) | |
Core/Spells: Removed obsolete code
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/base/world_database.sql | 1 | ||||
| -rw-r--r-- | sql/updates/world/2011_05_12_11_world_spell_proc_event.sql | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index ce95b3bd050..671c6c3f44c 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -19165,7 +19165,6 @@ INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFam ( 54808, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 60), -- Sonic Shield ( 54838, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 45), -- Purified Spirit ( 54841, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 3), -- Thunder Capacitor -( 54936, 0x00, 10, 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Glyph of Flash of Light ( 54937, 0x00, 10, 0x80000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Glyph of Holy Light ( 54939, 0x00, 10, 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Glyph of Divinity ( 55198, 0x00, 11, 0x000001C0, 0x00000000, 0x00000000, 0x00004000, 0x00000002, 0, 0, 0), -- Tidal Force diff --git a/sql/updates/world/2011_05_12_11_world_spell_proc_event.sql b/sql/updates/world/2011_05_12_11_world_spell_proc_event.sql new file mode 100644 index 00000000000..f2b6ce5fd47 --- /dev/null +++ b/sql/updates/world/2011_05_12_11_world_spell_proc_event.sql @@ -0,0 +1 @@ +DELETE FROM `spell_proc_event` WHERE `entry` = 54936; |
