From 9b339b1daecc5714c6775d08db2cc664c3b8d0be Mon Sep 17 00:00:00 2001 From: kubbo <390378816@qq.com> Date: Mon, 27 Jan 2025 22:43:18 +0800 Subject: [PATCH] =?UTF-8?q?fix(config):=20=E4=BF=AE=E6=AD=A3=E6=80=AA?= =?UTF-8?q?=E7=89=A9=E6=8E=89=E8=90=BD=E7=89=A9=E5=93=81ID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将怪物 433 的掉落物品ID从 200120 修改为 200119 - 这个修改可能会影响游戏中的掉落奖励,需要确认是否符合预期 --- LogicServer/data/config/monster/Monster.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LogicServer/data/config/monster/Monster.config b/LogicServer/data/config/monster/Monster.config index ef66b7b..7e463cd 100755 --- a/LogicServer/data/config/monster/Monster.config +++ b/LogicServer/data/config/monster/Monster.config @@ -10852,7 +10852,7 @@ Monster = { damageMusicRate = 100, dieMusicId = "pttongyong-5", dieMusicRate = 100, - dropid = 200120, + dropid = 200119, entityType = 1, entityid = 433, exp = 39400,