File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
libs/shared/acore-world-model/src/flags Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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` } ,
You can’t perform that action at this time.
0 commit comments