Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. if (IS_SUMMON_ITEM(item->GetVnum()))
  2. {
  3. if (false == IS_SUMMONABLE_ZONE(GetMapIndex()))
  4. {
  5. ChatPacket(CHAT_TYPE_INFO, LC_TEXT("»çżëÇŇĽö ľř˝Ŕ´Ď´Ů."));
  6. return false;
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement