fix(config): 修正怪物掉落物品ID
- 将怪物 433 的掉落物品ID从 200120 修改为 200119 - 这个修改可能会影响游戏中的掉落奖励,需要确认是否符合预期
This commit is contained in:
@@ -10852,7 +10852,7 @@ Monster = {
|
|||||||
damageMusicRate = 100,
|
damageMusicRate = 100,
|
||||||
dieMusicId = "pttongyong-5",
|
dieMusicId = "pttongyong-5",
|
||||||
dieMusicRate = 100,
|
dieMusicRate = 100,
|
||||||
dropid = 200120,
|
dropid = 200119,
|
||||||
entityType = 1,
|
entityType = 1,
|
||||||
entityid = 433,
|
entityid = 433,
|
||||||
exp = 39400,
|
exp = 39400,
|
||||||
|
|||||||
Reference in New Issue
Block a user