Image %!s(int64=3) %!d(string=hai) anos
pai
achega
87db7f34d2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      EQ2/source/WorldServer/Bots/Bot.h

+ 1 - 1
EQ2/source/WorldServer/Bots/Bot.h

@@ -43,7 +43,7 @@ public:
 
 	void SetMainTank(Entity* tank) { main_tank = tank; }
 
-	void Camp();
+	void Camp(bool immediate=false);
 	void ChangeLevel(int16 old_level, int16 new_level);
 
 private: