mirror of
https://github.com/nzp-team/assets.git
synced 2024-11-10 06:31:52 +00:00
MAPS: fix zombie spawn Warehouse (#60)
Accidentally set a zombie's spawnflag to `s` instead of `1`
This commit is contained in:
parent
ae990a00e9
commit
9337bbcd1a
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -4568,7 +4568,7 @@
|
|||
{
|
||||
"classname" "spawn_zombie"
|
||||
"angles" "0 -15 0"
|
||||
"spawnflags" "s"
|
||||
"spawnflags" "1"
|
||||
"targetname" "z9"
|
||||
"target" "p15"
|
||||
"origin" "-1669.42 -964.76 481"
|
||||
|
|
Loading…
Reference in a new issue