Quote:
Originally Posted by rosemie1
Hello epvper,
I just leeched the Fixed Awake Scroll by Wezzy and I got this error
Code:
DPSrvr.cpp(13101) : error C2039: 'DoUseItemTarget_WezzyFixAwakeningScroll' : is not a member of 'CDPSrvr'
d:\FLYFF\Test Server\Source\WORLDSERVER\DPSrvr.h(15) : see declaration of 'CDPSrvr'
Please help me for this error.. Thank you in Advance
|
Read it. It said DoUseItemTarget_WezzyFixAwakeningScroll is not member (define) to DPSrvr.h found in World server. You need to declare it there to remove the error.