diff options
| author | Ryzen <972481+Ryzen-0@users.noreply.github.com> | 2020-11-29 09:58:12 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2020-12-24 15:55:30 +0100 |
| commit | cafa00b5d09b56f3a4e4c4859ac0572a9341ca4b (patch) | |
| tree | 51e1726cae5223422d9e7e100c7c1d18ec31af7a /sql | |
| parent | 5b2e274ed2f6fd930d16c82ed4b7fc70f6c9eafe (diff) | |
Scripts/Spells: Mage Ice Lance (draft)
Missing/todo the following:
- x3 damage on frozen target
- lower damage of second lance triggered by Splitting Ice to 80% (now it deals 100%)
- Chain Reaction.
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/9999_99_99_30455_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/9999_99_99_30455_world.sql b/sql/updates/world/master/9999_99_99_30455_world.sql new file mode 100644 index 00000000000..3be259985a6 --- /dev/null +++ b/sql/updates/world/master/9999_99_99_30455_world.sql @@ -0,0 +1,3 @@ +-- mage ice lance +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_mage_ice_lance'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (30455, 'spell_mage_ice_lance'); |
