diff options
| author | Gustavo <sirikfoll@hotmail.com> | 2017-02-21 14:37:34 -0300 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2017-02-21 18:37:34 +0100 |
| commit | 3a67c8e361feb49e03f8507753aafc841a26a434 (patch) | |
| tree | 5700e48d95a310655467ccf936335315b73a33db /src/server/scripts | |
| parent | 2559874e8dc98053fd1314cd885dfd66e269e73c (diff) | |
Core/Misc Remove Tabs and Whitespaces (#19179)
Diffstat (limited to 'src/server/scripts')
| -rw-r--r-- | src/server/scripts/Spells/spell_item.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/scripts/Spells/spell_item.cpp b/src/server/scripts/Spells/spell_item.cpp index 8a030ebafdb..ab473af09fc 100644 --- a/src/server/scripts/Spells/spell_item.cpp +++ b/src/server/scripts/Spells/spell_item.cpp @@ -1146,7 +1146,7 @@ class spell_item_gnomish_death_ray : public SpellScriptLoader } }; -// Item 10721: Gnomish Harm Prevention Belt +// Item 10721: Gnomish Harm Prevention Belt // 13234 - Harm Prevention Belt enum HarmPreventionBelt { @@ -4812,7 +4812,7 @@ void AddSC_item_spell_scripts() new spell_item_zandalarian_charm("spell_item_unstable_power", SPELL_UNSTABLE_POWER_AURA_STACK); new spell_item_zandalarian_charm("spell_item_restless_strength", SPELL_RESTLESS_STRENGTH_AURA_STACK); - + new spell_item_mad_alchemists_potion(); new spell_item_crazy_alchemists_potion(); } |
