Skip to content

Commit

Permalink
Fix World::SendWorldTextToBGAndQueue.
Browse files Browse the repository at this point in the history
  • Loading branch information
ratkosrb committed May 18, 2024
1 parent 61e2730 commit 7a2d912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/World.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2252,7 +2252,7 @@ void World::SendWorldTextToBGAndQueue(int32 string_id, uint32 queuedPlayerLevel,
BattleGroundBracketId queuedPlayerBracket = Player::GetBattleGroundBracketIdFromLevel(bgTypeId, queuedPlayerLevel);

va_list ap;
va_start(ap, string_id);
va_start(ap, queueType);

MaNGOS::WorldWorldTextBuilder wt_builder(string_id, &ap);
MaNGOS::LocalizedPacketListDo<MaNGOS::WorldWorldTextBuilder> wt_do(wt_builder);
Expand Down

0 comments on commit 7a2d912

Please sign in to comment.