diff options
author | tobmaps <spambot42@yandex.ru> | 2011-05-24 20:45:11 +0700 |
---|---|---|
committer | tobmaps <spambot42@yandex.ru> | 2011-05-24 20:45:11 +0700 |
commit | 67e2ddbaef8f6f5463d4da949efb3a7bf327af59 (patch) | |
tree | 738e413b67e43cedb86b485bf7e883ab5b7ea95b | |
parent | f8129a3afaec851c3e1b279856eb928f1246bfe9 (diff) |
DB/SQL: Added missed changes to world database
-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 d6fba980ea7..1f8a8a8913e 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -18519,7 +18519,7 @@ INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFam ( 16620, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 30), -- Proc Self Invulnerability ( 16624, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000040, 0, 0, 0), -- Thorium Shield Spike ( 16850, 0x00, 7, 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Celestial Focus (Rank 1) -( 16864, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00010000, 2, 0, 0), -- Omen of Clarity +( 16864, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00010000, 0, 6, 10), -- Omen of Clarity ( 16923, 0x00, 7, 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Celestial Focus (Rank 2) ( 16924, 0x00, 7, 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Celestial Focus (Rank 3) ( 16952, 0x00, 7, 0x00039000, 0x00000400, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0), -- Blood Frenzy (Rank 1) |