diff options
author | Wushin <pasekei@gmail.com> | 2015-09-30 20:30:40 -0500 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2015-09-30 20:30:40 -0500 |
commit | 47d065253b6b5ab02c6b190a648f977e723bd7c3 (patch) | |
tree | 083f1ddeaf87a4265f47db3b296435e49b5eb3d1 | |
parent | 1fa42ac121792035ea777e18bb6105552b8299c0 (diff) | |
parent | 8073c03f2b9c74d7ceecb5fef6709fc3dab78ceb (diff) | |
download | serverdata-47d065253b6b5ab02c6b190a648f977e723bd7c3.tar.gz serverdata-47d065253b6b5ab02c6b190a648f977e723bd7c3.tar.bz2 serverdata-47d065253b6b5ab02c6b190a648f977e723bd7c3.tar.xz serverdata-47d065253b6b5ab02c6b190a648f977e723bd7c3.zip |
Merge pull request #428 from wushin/halloween-quick-fix
Wrong NPC name
-rw-r--r-- | world/map/npc/annuals/halloween/config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/annuals/halloween/config.txt b/world/map/npc/annuals/halloween/config.txt index 34ffb875..6eb20caa 100644 --- a/world/map/npc/annuals/halloween/config.txt +++ b/world/map/npc/annuals/halloween/config.txt @@ -245,7 +245,7 @@ L_Main: set $@n, $@n + 1; set $@halloween_npc_yanis, $@n; - set $@halloween_npc_names$[$@n], "[Tathin]"; + set $@halloween_npc_names$[$@n], "[Yanis]"; set $@halloween_greetings$[$@n], "\"I am employed by the Tonori Government, make sure you abide the regulations we wrote down for Trick-or-Treaters this year...\""; set $@halloween_trick_notscary$[$@n], "Of course I will... not!"; set $@halloween_react_notscary$[$@n], "\"Hm!\""; |