diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-31 00:20:45 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-31 00:20:45 -0300 |
commit | 6c1cb4742477eac55576f1627448592392ce72c4 (patch) | |
tree | 06bec3bc9b6e5a7c9b55726f7fd8a11770bac534 /npc/functions/news.txt | |
parent | 59bee49dea0dc08dc2c6ad3d34e029fe27ed2f87 (diff) | |
download | serverdata-6c1cb4742477eac55576f1627448592392ce72c4.tar.gz serverdata-6c1cb4742477eac55576f1627448592392ce72c4.tar.bz2 serverdata-6c1cb4742477eac55576f1627448592392ce72c4.tar.xz serverdata-6c1cb4742477eac55576f1627448592392ce72c4.zip |
Correct a redudancy
Diffstat (limited to 'npc/functions/news.txt')
-rw-r--r-- | npc/functions/news.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/npc/functions/news.txt b/npc/functions/news.txt index 88966d3a4..c47b7da51 100644 --- a/npc/functions/news.txt +++ b/npc/functions/news.txt @@ -94,9 +94,6 @@ function script GameNews { next; mes col("Some NPCs are [@@https://transifex.com/akaras/saulc-tmw-fork|learning new languages@@].", 9); next; - mes col("We want to thank everyone who did this release possible.", 9); - mes ""; - mes col("Shall you have any inquiry, do not hesit to [@@mailto:admin@tmw2.org|send us an email@@]##b.", 9); break; default: break; |