diff options
| author | click <clickvd@gonnamakeyou.com> | 2011-05-13 15:51:25 +0200 |
|---|---|---|
| committer | click <clickvd@gonnamakeyou.com> | 2011-05-13 15:51:25 +0200 |
| commit | 0902bb0f2bd1e3d99a4f214fc94e73b25ce7699c (patch) | |
| tree | b0611545908f1ae45f3c980f8b153ab9809b4408 /sql/scripts | |
| parent | 2c90c205964b29d7ba81f6e62c870040afd43e5c (diff) | |
Scripts/Spells: Add triggered spell-handling for Corrupted Ashbringer (item 22691, no longer available through normal means) - original idea by Heisenberg
Diffstat (limited to 'sql/scripts')
| -rw-r--r-- | sql/scripts/world_scripts_full.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/scripts/world_scripts_full.sql b/sql/scripts/world_scripts_full.sql index 09267a70699..73dc6ced0d7 100644 --- a/sql/scripts/world_scripts_full.sql +++ b/sql/scripts/world_scripts_full.sql @@ -2180,6 +2180,7 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES ( 52481, 'spell_item_gift_of_the_harvester'), ( 45853, 'spell_item_map_of_the_geyser_fields'), ( 64981, 'spell_item_vanquished_clutches'), +( 28441, 'spell_item_ashbringer'), -- warrior ( 12975, 'spell_warr_last_stand'), ( 59725, 'spell_warr_improved_spell_reflection'), |
