fix(monster): 修改穷奇实体 ID 和属性 ID
- 将穷奇的 entityid 从 456 修改为 471 - 将穷奇的 propid 从 471 修改为 439
This commit is contained in:
@@ -11854,7 +11854,7 @@ Monster = {
|
||||
dieMusicRate = 100,
|
||||
dropid = 200130,
|
||||
entityType = 1,
|
||||
entityid = 456,
|
||||
entityid = 471,
|
||||
exp = 2500000,
|
||||
flagid = 5,
|
||||
level = 300,
|
||||
@@ -11862,7 +11862,7 @@ Monster = {
|
||||
monsterType = 4,
|
||||
name = "[神话]穷奇",
|
||||
nameQuality = 6,
|
||||
propid = 471,
|
||||
propid = 439,
|
||||
scale = 100,
|
||||
shadow = 1,
|
||||
skills = {
|
||||
|
||||
Reference in New Issue
Block a user