diff options
| author | Ramus <nikson.91@mail.ru> | 2011-03-21 13:50:50 +0200 |
|---|---|---|
| committer | Ramus <nikson.91@mail.ru> | 2011-03-21 13:50:50 +0200 |
| commit | 6ee47ad22ff56104983e97afc167795472888914 (patch) | |
| tree | 14a4a083febe2f33dde8c83d41105b3ac3c5d1b7 /sql/base | |
| parent | 0676da0ea100f853e85776e5eaa5ddc42b023521 (diff) | |
Fix Combustion bug exploit
Add forgotten file from previous commit
Diffstat (limited to 'sql/base')
| -rw-r--r-- | sql/base/world_database.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index 790f3d8726a..8dbb5be8851 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -18376,7 +18376,7 @@ INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFam ( 11095, 0x00, 3, 0x00000010, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Improved Scorch (Rank 1) ( 11119, 0x04, 3, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0), -- Ignite (Rank 1) ( 11120, 0x04, 3, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0), -- Ignite (Rank 2) -( 11129, 0x04, 3, 0x08c00017, 0x00031048, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Combustion +( 11129, 0x04, 3, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Combustion ( 11180, 0x10, 3, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Winter's Chill (Rank 1) ( 11185, 0x00, 3, 0x00000080, 0x00000000, 0x00000000, 0x00050000, 0x00000000, 0, 0, 0), -- Improved Blizzard (Rank 1) ( 11255, 0x00, 3, 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Improved Counterspell (Rank 1) |
