diff options
author | Malcrom <malcromdev@gmail.com> | 2013-06-23 23:07:08 -0230 |
---|---|---|
committer | Malcrom <malcromdev@gmail.com> | 2013-06-23 23:07:08 -0230 |
commit | d9c819a65d6812506e03e6f7ac9781b2fc0c4c41 (patch) | |
tree | 068ece9de139433339dd7e00d52b4120d08d7666 /src | |
parent | a6711d5232e04ab06717b1f73fb95b662b1c529b (diff) |
Core/Scripting: tcbuild is being a bitch and SD2 had nothing to do with this script.
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/EasternKingdoms/BlackrockSpire/boss_pyroguard_emberseer.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/server/scripts/EasternKingdoms/BlackrockSpire/boss_pyroguard_emberseer.cpp b/src/server/scripts/EasternKingdoms/BlackrockSpire/boss_pyroguard_emberseer.cpp index 75aa9f884b3..fc14cbe76e7 100644 --- a/src/server/scripts/EasternKingdoms/BlackrockSpire/boss_pyroguard_emberseer.cpp +++ b/src/server/scripts/EasternKingdoms/BlackrockSpire/boss_pyroguard_emberseer.cpp @@ -1,6 +1,5 @@ /* * Copyright (C) 2008-2013 TrinityCore <http://www.trinitycore.org/> - * Copyright (C) 2006-2009 ScriptDev2 <https://scriptdev2.svn.sourceforge.net/> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -165,7 +164,7 @@ public: } } - void SpellHit(Unit* /*caster*/, const SpellInfo* spell) + void SpellHit(Unit* /*caster*/, SpellInfo const* spell) { if (spell->Id == SPELL_ENCAGE_EMBERSEER) if (me->GetAuraCount(SPELL_ENCAGED_EMBERSEER) == 0) |