mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-23 07:40:14 +00:00
Add /unstuckgy and 2GB terrain tile cache
This commit is contained in:
parent
6736ec328b
commit
132a6ea3c9
6 changed files with 214 additions and 18 deletions
|
|
@ -4438,6 +4438,13 @@ void GameHandler::unstuck() {
|
|||
}
|
||||
}
|
||||
|
||||
void GameHandler::unstuckGy() {
|
||||
if (unstuckGyCallback_) {
|
||||
unstuckGyCallback_();
|
||||
addSystemChatMessage("Unstuck: moved to nearest graveyard.");
|
||||
}
|
||||
}
|
||||
|
||||
void GameHandler::handleLootResponse(network::Packet& packet) {
|
||||
if (!LootResponseParser::parse(packet, currentLoot)) return;
|
||||
lootWindowOpen = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue