Advertisement
Guest User

Untitled

a guest
May 27th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. //Zakomentuj w combat_zone.cpp
  2. if (ch->IsDead())
  3. {
  4. ch->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("cz_cancel_withdrawal"));
  5. m_kMapCombatZoneTargetSign.erase(ch->GetName());
  6. ch->m_pkCombatZoneLeaveEvent = NULL;
  7. return 0;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement