瀏覽代碼

New field in InstanceWorld - int templateId, client instance template id.

_DS_ 15 年之前
父節點
當前提交
e10bc9eb5c
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      L2_GameServer/java/net/sf/l2j/gameserver/instancemanager/InstanceManager.java

+ 1 - 0
L2_GameServer/java/net/sf/l2j/gameserver/instancemanager/InstanceManager.java

@@ -197,6 +197,7 @@ public class InstanceManager
 	public class InstanceWorld
 	{
 		public int instanceId;
+		public int templateId = -1;
 		public FastList<Integer> allowed = new FastList<Integer>();
 		public int status;
 	}