mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
Core/Misc: First part of renaming to Blizzard's names
This commit is contained in:
@@ -395,8 +395,8 @@ void WorldSession::HandlePageTextQueryOpcode(WorldPacket& recvData)
|
||||
ObjectMgr::GetLocaleString(player->Text, loc_idx, Text);
|
||||
|
||||
data << Text;
|
||||
data << uint32(pageText->NextPage);
|
||||
pageID = pageText->NextPage;
|
||||
data << uint32(pageText->NextPageID);
|
||||
pageID = pageText->NextPageID;
|
||||
}
|
||||
SendPacket(&data);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user