diff options
| author | Shauren <none@none> | 2010-09-12 19:17:58 +0200 |
|---|---|---|
| committer | Shauren <none@none> | 2010-09-12 19:17:58 +0200 |
| commit | e0ffae436c339b7dba3249ba62ca4a3362a6eba7 (patch) | |
| tree | 7967bdbac07450eef02c3a69a906af556f32e65c /src/server/scripts/EasternKingdoms | |
| parent | 976cc3f8c4cb23865f92a86651bf063b98304e86 (diff) | |
Core/Quests: Fixed remaining issues with quest crediting (note: previous commits did not introduce issues, only revealed them)
Core/DBLayer: Fixed more compile warnings
Core/Spells: Corrected code style from revision 634af79146
Closes issue #3956.
--HG--
branch : trunk
Diffstat (limited to 'src/server/scripts/EasternKingdoms')
| -rw-r--r-- | src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp b/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp index a4c856d95ba..55262de5ff6 100644 --- a/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp +++ b/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp @@ -763,10 +763,8 @@ public: if (owner->GetTypeId() == TYPEID_PLAYER) { if (CAST_PLR(owner)->GetQuestStatus(12698) == QUEST_STATUS_INCOMPLETE) - { - //CAST_CRE(who)->CastSpell(owner, 52517, true); - CAST_PLR(owner)->KilledMonsterCredit(GHOULS, me->GetGUID()); - } + CAST_CRE(who)->CastSpell(owner, 52517, true); + //Todo: Creatures must not be removed, but, must instead // stand next to Gothik and be commanded into the pit // and dig into the ground. |
