diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-07 11:32:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-07 11:32:52 -0300 |
commit | cd6424df5baf7d46b96fa1ee4be500ad8b131a82 (patch) | |
tree | fd00160c86bad89f9d0a14bc639b397e09266598 /npc/annuals/xmas | |
parent | 51f93d87ca3cb4ad442befcac3e18e57231ec1cc (diff) | |
download | serverdata-cd6424df5baf7d46b96fa1ee4be500ad8b131a82.tar.gz serverdata-cd6424df5baf7d46b96fa1ee4be500ad8b131a82.tar.bz2 serverdata-cd6424df5baf7d46b96fa1ee4be500ad8b131a82.tar.xz serverdata-cd6424df5baf7d46b96fa1ee4be500ad8b131a82.zip |
Fix a typo
Diffstat (limited to 'npc/annuals/xmas')
-rw-r--r-- | npc/annuals/xmas/2021.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/annuals/xmas/2021.txt b/npc/annuals/xmas/2021.txt index bc7f0d30..27451e99 100644 --- a/npc/annuals/xmas/2021.txt +++ b/npc/annuals/xmas/2021.txt @@ -114,7 +114,7 @@ function script X21INIT { "#XMAS21Core"::spawn(Bee, 9, .@mapc$); "#XMAS21Core"::spawn(Butterfly, 24, .@mapc$); "#XMAS21Core"::spawn(PinkFlower, 42, .@mapc$); - "#XMAS21Core"::spawn(Pinkie, 36, .@mapc$); + "#XMAS21Core"::spawn(Pinkie, 32, .@mapc$); "#XMAS21Core"::spawn(Hyvern, 6, .@mapc$); "#XMAS21Core"::spawn(WitchGuard, 8, .@mapc$); @@ -124,7 +124,7 @@ function script X21INIT { "#XMAS21Core"::spawn(Bee, 5, .@mapd$); "#XMAS21Core"::spawn(Butterfly, 15, .@mapd$); "#XMAS21Core"::spawn(PinkFlower, 24, .@mapd$); - "#XMAS21Core"::spawn(Pinkie, 15, .@mapd$); + "#XMAS21Core"::spawn(Pinkie, 18, .@mapd$); "#XMAS21Core"::spawn(Hyvern, 3, .@mapd$); /* The Three Guardians */ |