mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-04 22:58:29 +08:00
Removed "Leader flag" from wolves, because it was the value used to determine whether it's a savage wolf or barbarous wolf.
This commit is contained in:
parent
30d9de1be9
commit
b68e0b37c6
@ -678,10 +678,7 @@ define_npc_type_data(
|
||||
0x043,
|
||||
0,
|
||||
true,
|
||||
[
|
||||
["Group ID", 44, "F32"],
|
||||
["Leader flag", 48, "F32"],
|
||||
],
|
||||
[["Group ID", 44, "F32"]],
|
||||
);
|
||||
define_npc_type_data(
|
||||
NpcType.BarbarousWolf,
|
||||
@ -695,10 +692,7 @@ define_npc_type_data(
|
||||
0x043,
|
||||
0,
|
||||
false,
|
||||
[
|
||||
["Group ID", 44, "F32"],
|
||||
["Leader flag", 48, "F32"],
|
||||
],
|
||||
[["Group ID", 44, "F32"]],
|
||||
);
|
||||
define_npc_type_data(
|
||||
NpcType.Booma,
|
||||
@ -1532,10 +1526,7 @@ define_npc_type_data(
|
||||
0x043,
|
||||
0,
|
||||
true,
|
||||
[
|
||||
["Group ID", 44, "F32"],
|
||||
["Leader flag", 48, "F32"],
|
||||
],
|
||||
[["Group ID", 44, "F32"]],
|
||||
);
|
||||
define_npc_type_data(
|
||||
NpcType.BarbarousWolf2,
|
||||
@ -1549,10 +1540,7 @@ define_npc_type_data(
|
||||
0x043,
|
||||
0,
|
||||
false,
|
||||
[
|
||||
["Group ID", 44, "F32"],
|
||||
["Leader flag", 48, "F32"],
|
||||
],
|
||||
[["Group ID", 44, "F32"]],
|
||||
);
|
||||
define_npc_type_data(
|
||||
NpcType.PanArms2,
|
||||
|
Loading…
Reference in New Issue
Block a user