diff options
| author | Shauren <none@none> | 2010-09-28 17:35:59 +0200 |
|---|---|---|
| committer | Shauren <none@none> | 2010-09-28 17:35:59 +0200 |
| commit | d2117fd4ee1b0d85a3acd1ebe226ce9e77cea9ef (patch) | |
| tree | d1e6229f6f49bfdd023bccb00a0aaa36f0662030 /sql/base | |
| parent | 6875626647538c91a7d1a8f3d08e638358784fb5 (diff) | |
Core/Spells: Fixed Shadowmourne proc
Scripts/Quests: Fixed quest 24547 (A Feast of Souls)
Closes issue #2331.
--HG--
branch : trunk
Diffstat (limited to 'sql/base')
| -rw-r--r-- | sql/base/world_database.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index 1d9186da53a..f8b72324a84 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -19358,6 +19358,7 @@ INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFam ( 71564, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0), -- Nevermelting Ice Crystal (71545, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 50, 0), -- Tiny Abomination in a Jar (Heroic) ( 71406, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 50, 0), -- Tiny Abomination in a Jar +( 71903, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 20, 0), -- Item - Shadowmourne Legendary ( 75474, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 45), -- Charred Twilight Scale (Heroic) ( 75465, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 45), -- Charred Twilight Scale ( 75457, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 45), -- Sharpened Twilight Scale (Heroic) @@ -26864,6 +26865,7 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES ( 8213, 'spell_item_savory_deviate_delight'), ( 14537, 'spell_item_six_demon_bag'), ( 59640, 'spell_item_underbelly_elixir'), +( 71905, 'spell_item_shadowmourne'), -- warrior ( 12975, 'spell_warr_last_stand'), -- paladin |
