Skip to content

Commit

Permalink
Fix compile error.
Browse files Browse the repository at this point in the history
  • Loading branch information
henhouse committed Oct 27, 2011
1 parent 16fa8c6 commit 0bad8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ScriptMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ void DoScriptText(int32 iTextEntry, WorldObject* pSource, Unit* pTarget)
if (GetSoundEntriesStore()->LookupEntry(pData->uiSoundId))
{
if (pData->uiType == CHAT_TYPE_ZONE_YELL)
pSource->GetMap()->PlayDirectSoundToMap(pData->uiSoundId, pSource->GetZoneId());
pSource->GetMap()->PlayDirectSoundToMap(pData->uiSoundId);

This comment has been minimized.

Copy link
@sysmaniax

sysmaniax Oct 29, 2011

Did this nearly a month ago on my private core ^^

else if (pData->uiType == CHAT_TYPE_WHISPER || pData->uiType == CHAT_TYPE_BOSS_WHISPER)
{
// An error will be displayed for the text
Expand Down

0 comments on commit 0bad8a5

Please sign in to comment.