Browse Source

Update Bot.h

Image 3 years ago
parent
commit
87db7f34d2
1 changed files with 1 additions and 1 deletions
  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: