From 517d4278a42a58cc6a9ddb6adaefc00320249e22 Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Mon, 20 Jan 2025 23:38:21 +0800 Subject: [PATCH] =?UTF-8?q?refactor(configs):=20=E4=BF=AE=E6=94=B9=20Monst?= =?UTF-8?q?er.json=20=E4=B8=AD=E4=B8=89=E4=B8=AA=E6=80=AA=E7=89=A9?= =?UTF-8?q?=E7=9A=84=20flagid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 entityid 为 456、471 和 472 的怪物 flagid 从 5 修改为 13 - 此修改可能会影响这些怪物的属性或行为 --- configs/Monster.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/Monster.json b/configs/Monster.json index cd9f7c5..93ddb21 100644 --- a/configs/Monster.json +++ b/configs/Monster.json @@ -11513,7 +11513,7 @@ "entityType": 1, "entityid": 456, "exp": 2500000, - "flagid": 5, + "flagid": 13, "level": 300, "modelid": 30191, "monsterType": 4, @@ -11916,7 +11916,7 @@ "entityType": 1, "entityid": 471, "exp": 2500000, - "flagid": 5, + "flagid": 13, "level": 300, "modelid": 30226, "monsterType": 4, @@ -11948,7 +11948,7 @@ "entityType": 1, "entityid": 472, "exp": 2500000, - "flagid": 5, + "flagid": 13, "level": 300, "modelid": 30179, "monsterType": 4,