mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 08:00:48 +01:00
Core/Scripts: Fix Escape from Durnholde quest credit.
Author: erocoloco Fixes issue #4367 --HG-- branch : trunk
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user