瀏覽代碼

Update Bot.h

Image 3 年之前
父節點
當前提交
87db7f34d2
共有 1 個文件被更改,包括 1 次插入1 次删除
  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: