MAPS: fix zombie spawn Warehouse (#60)

Accidentally set a zombie's spawnflag to `s` instead of `1`
This commit is contained in:
DerpedCrusader 2023-12-03 20:18:13 -07:00 committed by GitHub
parent ae990a00e9
commit 9337bbcd1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -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"