Advertisement
Guest User

Untitled

a guest
Sep 30th, 2014
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. case 0x15Eu:
  2. if ( !*pdwParams || *pdwParams > 0xF4240 )
  3. {
  4. CLog::SkillErrorLog(
  5. &g_Log,
  6. "pdwParams[0]>0&&pdwParams[0]<=1000000",
  7. &byte_737AE9,
  8. "NULL",
  9. "D:\\Rohan_SVN\\Source\\Server\\MapServer\\SkillManager_CalAffect.cpp",
  10. 2055);
  11. return;
  12. }
  13. if ( !pdwParams[1] || pdwParams[1] >= 0x2710 )
  14. {
  15. CLog::SkillErrorLog(
  16. &g_Log,
  17. "pdwParams[1]>0&&pdwParams[1]<10000",
  18. &byte_737AE9,
  19. "NULL",
  20. "D:\\Rohan_SVN\\Source\\Server\\MapServer\\SkillManager_CalAffect.cpp",
  21. 2056);
  22. return;
  23. }
  24. if ( !pdwParams[3] || pdwParams[3] >= 0x2710 )
  25. {
  26. CLog::SkillErrorLog(
  27. &g_Log,
  28. "pdwParams[3]>0&&pdwParams[3]<10000",
  29. &byte_737AE9,
  30. "NULL",
  31. "D:\\Rohan_SVN\\Source\\Server\\MapServer\\SkillManager_CalAffect.cpp",
  32. 2057);
  33. return;
  34. }
  35. CQualitiesOption::CalOption((CQualitiesOption *)this + 6, 228, pdwParams[1], bAdd);
  36. CQualitiesOption::CalOption((CQualitiesOption *)thisa + 6, 134, *pdwParams, bAdd);
  37. CQualitiesOption::CalOption((CQualitiesOption *)thisa + 6, 132, pdwParams[3], bAdd);
  38. goto LABEL_1155;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement