Advertisement
Guest User

Untitled

a guest
Sep 11th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. switch (rod)
  2. {
  3. case 27400:
  4. if (fish_info[fish_id].vnum > 27003)
  5. return -4;
  6. break;
  7.  
  8. case 27410:
  9. if (fish_info[fish_id].vnum > 27010)
  10. return -4;
  11. break;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement