Script/CoS: Fix quest credit for mal ganis (but @Aokromes like more HACKS)

This commit is contained in:
Vincent-Michael
2014-09-13 19:14:32 +02:00
parent e746e8685c
commit 11bb300c69
2 changed files with 2 additions and 2 deletions

View File

@@ -229,7 +229,7 @@ public:
void JustDied(Unit* /*killer*/) override
{
instance->SetBossState(DATA_MAL_GANIS, DONE);
DoCastAOE(SPELL_MAL_GANIS_KILL_CREDIT);
DoCastAOE(SPELL_MAL_GANIS_KILL_CREDIT, true);
// give achievement credit and LFG rewards to players. criteria use spell 58630 which doesn't exist, but it was created in spell_dbc
DoCastAOE(SPELL_KILL_CREDIT);
}

View File

@@ -116,7 +116,7 @@ public:
#ifdef BOOST_ASIO_HAS_IOCP
AsyncProcessQueue(guard);
#else
(void)guard;
(void)guard;
#endif
}