diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-03-17 23:29:41 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-03-17 23:29:41 -0300 |
commit | c617262d333f9e571ad4acdfe0abf04619b570e4 (patch) | |
tree | 1ff836b05735cab301e9011746908410ff684d42 /world | |
parent | dba4be7e2fba584a1de34d6bdb2dd08722fdb13d (diff) | |
download | serverdata-c617262d333f9e571ad4acdfe0abf04619b570e4.tar.gz serverdata-c617262d333f9e571ad4acdfe0abf04619b570e4.tar.bz2 serverdata-c617262d333f9e571ad4acdfe0abf04619b570e4.tar.xz serverdata-c617262d333f9e571ad4acdfe0abf04619b570e4.zip |
Oh noes... A TYPO
Diffstat (limited to 'world')
-rw-r--r-- | world/map/npc/functions/doomsday.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/functions/doomsday.txt b/world/map/npc/functions/doomsday.txt index db8eca50..24f648ac 100644 --- a/world/map/npc/functions/doomsday.txt +++ b/world/map/npc/functions/doomsday.txt @@ -92,7 +92,7 @@ L_Doomsday1Respawn: areamonster "012-1", 20, 47, 74, 77, "", 1138, 3-$@DoomsdayMc, "Doomsday::OnDeathMapname"; // Argaes Invasion (3) - set $@DoomsdayMc, mobcount("012-1", "Doomsday::OnDeathMapname")+1; + set $@DoomsdayMc, mobcount("057-1", "Doomsday::OnDeathMapname")+1; if ($@DoomsdayMc < 4) areamonster "057-1", 115, 50, 140, 75, "", 1138, 4-$@DoomsdayMc, "Doomsday::OnDeathMapname"; |