Skip to content

Commit

Permalink
ZA: Fix too small encounter array
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Aug 17, 2021
1 parent d8c904e commit 5a69e8b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -9,7 +9,7 @@

enum InstanceZA
{
MAX_ENCOUNTER = 9,
MAX_ENCOUNTER = 13,
MAX_VENDOR = 2,
MAX_CHESTS = 4,
MAX_BEAR_WAVES = 4,
Expand Down

0 comments on commit 5a69e8b

Please sign in to comment.