Core/Scripts: Fix Escape from Durnholde quest credit.

Author: erocoloco
Fixes issue #4367

--HG--
branch : trunk
This commit is contained in:
Machiavelli
2010-11-09 10:49:26 +01:00
parent cca3231b92
commit 87679c1ca4

View File

@@ -452,7 +452,7 @@ public:
for (Map::PlayerList::const_iterator itr = players.begin(); itr != players.end(); ++itr)
{
if (Player* pPlayer = itr->getSource())
pPlayer->KilledMonsterCredit(20156,me->GetGUID());
pPlayer->KilledMonsterCredit(20156, 0);
}
}