diff options
| author | Nayd <dnpd.dd@gmail.com> | 2015-01-19 00:06:15 +0000 |
|---|---|---|
| committer | Nayd <dnpd.dd@gmail.com> | 2015-01-19 00:07:10 +0000 |
| commit | 08a98c623742cd2873453797e565f3bdc2d90275 (patch) | |
| tree | c6bbcad4d55a4ee05d6ed09a38b016ca9018874a /src/server/scripts/Spells | |
| parent | 746fa496c98d247995fb2f3ff53a2f33e66b23a0 (diff) | |
Line ending fix, sorry.
Diffstat (limited to 'src/server/scripts/Spells')
| -rw-r--r-- | src/server/scripts/Spells/spell_dk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Spells/spell_dk.cpp b/src/server/scripts/Spells/spell_dk.cpp index 96ced5c7017..00071c4804e 100644 --- a/src/server/scripts/Spells/spell_dk.cpp +++ b/src/server/scripts/Spells/spell_dk.cpp @@ -87,7 +87,7 @@ class spell_dk_anti_magic_shell : public SpellScriptLoader PrepareAuraScript(spell_dk_anti_magic_shell_AuraScript); public: - spell_dk_anti_magic_shell_AuraScript() + spell_dk_anti_magic_shell_AuraScript() { absorbPct = 0; maxHealth = 0; |
