diff options
author | Jesusaves <jesusalva@themanaworld.org> | 2020-04-11 00:10:15 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-11 00:10:15 -0300 |
commit | 5346866a32cd10eb003c0570cdccdb8ececcf2b3 (patch) | |
tree | 279639b33bf32ff079435eba81aafa1843cdccf4 /world/map/npc/001-1/tombstones.txt | |
parent | a76f05f04d54bc750d44455ae5435f1970ab804c (diff) | |
parent | c97846a4395fa583ac075d656f52d86f96e3b213 (diff) | |
download | serverdata-2020.04.06.2.tar.gz serverdata-2020.04.06.2.tar.bz2 serverdata-2020.04.06.2.tar.xz serverdata-2020.04.06.2.zip |
Doomsday Hotfix (#552)v2020.04.06.2
Includes patches for act 5, changes to Iilia, typo fixes on Tulimshar tombstones.
New rares, new item (enchanter's Amulet), new event times.
Theoretical bugfixes. Add the final councilior for GM 98+.
Diffstat (limited to 'world/map/npc/001-1/tombstones.txt')
-rw-r--r-- | world/map/npc/001-1/tombstones.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/001-1/tombstones.txt b/world/map/npc/001-1/tombstones.txt index e064a60d..45fc026d 100644 --- a/world/map/npc/001-1/tombstones.txt +++ b/world/map/npc/001-1/tombstones.txt @@ -36,7 +36,7 @@ { mes "~ " + strcharinfo(0) + " ~"; - mes "The epitath is blank and the grave freshly dug."; + mes "The epitaph is blank and the grave freshly dug."; close; } 001-1,56,106,0|script|RIP#6|400 @@ -71,6 +71,6 @@ 001-1,60,106,0|script|RIP#10|400 { mes "~ Tyer ~"; - mes "\"An experiement went wrong.\""; + mes "\"An experiment went wrong.\""; close; } |