EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Development::Bug Reports (https://www.eqemulator.org/forums/forumdisplay.php?f=591)
-   -   perl_client.cpp copy paste issue (https://www.eqemulator.org/forums/showthread.php?t=36282)

c0ncrete 01-19-2013 12:55 AM

perl_client.cpp copy paste issue
 
Code:

newXSproto(strcpy(buf, "GetBindZoneID"), XS_Client_GetBindX, file, "$$");
should read
Code:

newXSproto(strcpy(buf, "GetBindZoneID"), XS_Client_GetBindZoneID, file, "$$");
note: from rev 2416


All times are GMT -4. The time now is 09:20 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.