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/updates | |
| 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/updates')
| -rw-r--r-- | sql/updates/world/2011_05_13_02_world_spell_script_names.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2011_05_13_02_world_spell_script_names.sql b/sql/updates/world/2011_05_13_02_world_spell_script_names.sql new file mode 100644 index 00000000000..c3d53d38605 --- /dev/null +++ b/sql/updates/world/2011_05_13_02_world_spell_script_names.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=28441; +INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES +(28441, 'spell_item_ashbringer'); |
