Pārlūkot izejas kodu

Follow up to ae98019

Lemongrass3110 9 gadi atpakaļ
vecāks
revīzija
54fb88d8af
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/map/npc.h

+ 1 - 1
src/map/npc.h

@@ -107,7 +107,7 @@ enum actor_classes
 #define MAX_NPC_CLASS 1000
 // New NPC range
 #define MAX_NPC_CLASS2_START 10000
-#define MAX_NPC_CLASS2_END 10114
+#define MAX_NPC_CLASS2_END 10174
 
 //Checks if a given id is a valid npc id. [Skotlex]
 //Since new npcs are added all the time, the max valid value is the one before the first mob (Scorpion = 1001)