mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 08:00:48 +01:00
Misc: Some engrish fixes, thanks to ZxBiohazardZx, closes issue 4740
--HG-- branch : trunk
This commit is contained in:
@@ -1132,9 +1132,9 @@ void ScriptMgr::OnPlayerDuelStart(Player *player1, Player *player2)
|
||||
FOREACH_SCRIPT(PlayerScript)->OnDuelStart(player1, player2);
|
||||
}
|
||||
|
||||
void ScriptMgr::OnPlayerDuelEnd(Player *winner, Player *looser, DuelCompleteType type)
|
||||
void ScriptMgr::OnPlayerDuelEnd(Player *winner, Player *loser, DuelCompleteType type)
|
||||
{
|
||||
FOREACH_SCRIPT(PlayerScript)->OnDuelEnd(winner, looser, type);
|
||||
FOREACH_SCRIPT(PlayerScript)->OnDuelEnd(winner, loser, type);
|
||||
}
|
||||
|
||||
void ScriptMgr::OnPlayerChat(Player* player, uint32 type, uint32 lang, std::string msg)
|
||||
|
||||
Reference in New Issue
Block a user