Jump to content

Rarord

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by Rarord

  1. Esse alerta é exibido por que você está alterando a data do packetver em ambas definições.

     

    Exemplo:

    #ifndef PACKETVER
        /// Do NOT edit this line! To set your client version, please do this instead:
        /// In Windows: Add this line in your src\custom\defines_pre.hpp file: #define PACKETVER YYYYMMDD
        /// In Linux: The same as above or run the following command: ./configure --enable-packetver=YYYYMMDD
        #define PACKETVER 20180307
    #endif

    #ifndef PACKETVER_RE
        /// From this point on only kRO RE clients are supported
        #if PACKETVER > 20151104
            #define PACKETVER_RE
        #endif
    #endif

     

    Se colocar a mesma data em ambos packets vai dar esse aviso, então aconselho a mudar somente na primeira linha.

×
×
  • Create New...