mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-05 15:28: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,
|
0x043,
|
||||||
0,
|
0,
|
||||||
true,
|
true,
|
||||||
[
|
[["Group ID", 44, "F32"]],
|
||||||
["Group ID", 44, "F32"],
|
|
||||||
["Leader flag", 48, "F32"],
|
|
||||||
],
|
|
||||||
);
|
);
|
||||||
define_npc_type_data(
|
define_npc_type_data(
|
||||||
NpcType.BarbarousWolf,
|
NpcType.BarbarousWolf,
|
||||||
@ -695,10 +692,7 @@ define_npc_type_data(
|
|||||||
0x043,
|
0x043,
|
||||||
0,
|
0,
|
||||||
false,
|
false,
|
||||||
[
|
[["Group ID", 44, "F32"]],
|
||||||
["Group ID", 44, "F32"],
|
|
||||||
["Leader flag", 48, "F32"],
|
|
||||||
],
|
|
||||||
);
|
);
|
||||||
define_npc_type_data(
|
define_npc_type_data(
|
||||||
NpcType.Booma,
|
NpcType.Booma,
|
||||||
@ -1532,10 +1526,7 @@ define_npc_type_data(
|
|||||||
0x043,
|
0x043,
|
||||||
0,
|
0,
|
||||||
true,
|
true,
|
||||||
[
|
[["Group ID", 44, "F32"]],
|
||||||
["Group ID", 44, "F32"],
|
|
||||||
["Leader flag", 48, "F32"],
|
|
||||||
],
|
|
||||||
);
|
);
|
||||||
define_npc_type_data(
|
define_npc_type_data(
|
||||||
NpcType.BarbarousWolf2,
|
NpcType.BarbarousWolf2,
|
||||||
@ -1549,10 +1540,7 @@ define_npc_type_data(
|
|||||||
0x043,
|
0x043,
|
||||||
0,
|
0,
|
||||||
false,
|
false,
|
||||||
[
|
[["Group ID", 44, "F32"]],
|
||||||
["Group ID", 44, "F32"],
|
|
||||||
["Leader flag", 48, "F32"],
|
|
||||||
],
|
|
||||||
);
|
);
|
||||||
define_npc_type_data(
|
define_npc_type_data(
|
||||||
NpcType.PanArms2,
|
NpcType.PanArms2,
|
||||||
|
Loading…
Reference in New Issue
Block a user