Skip to content

Commit 05b0334

Browse files
authored
fix: creature flag extra ignore combat -> cannot enter combat (#3724)
1 parent aede81b commit 05b0334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/shared/acore-world-model/src/flags/flags-extra.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const FLAGS_EXTRA: Flag[] = [
1414
{ bit: 10, name: `GHOST_VISIBILITY - creature will be only visible for dead players` },
1515
{ bit: 11, name: `USE_OFFHAND_ATTACK` },
1616
{ bit: 12, name: `NO_SELL_VENDOR - players can't sell items to this vendor` },
17-
{ bit: 13, name: `CREATURE_FLAG_EXTRA_IGNORE_COMBAT` },
17+
{ bit: 13, name: `CANNOT_ENTER_COMBAT - creature cannot enter combat (will not attack or be attacked)` },
1818
{ bit: 14, name: `WORLDEVENT - custom flag for world event creatures (left room for merging)` },
1919
{ bit: 15, name: `GUARD - Creature is guard` },
2020
{ bit: 16, name: `IGNORE_FEIGN_DEATH - Creature ignores feign death` },

0 commit comments

Comments
 (0)