diff options
author | wushin <pasekei@gmail.com> | 2014-11-05 11:14:44 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-11-05 11:47:23 -0600 |
commit | 1e481b3c39ff1050a311890b2abb60bf96b1f26a (patch) | |
tree | 1e5058a6481b4b0a393fe08a59eefc8ce38d26ce /world/map/npc/021-2/government_building.txt | |
parent | 15c4e48fbbd5af698c76e84dfd7a564c1adf0944 (diff) | |
download | serverdata-1e481b3c39ff1050a311890b2abb60bf96b1f26a.tar.gz serverdata-1e481b3c39ff1050a311890b2abb60bf96b1f26a.tar.bz2 serverdata-1e481b3c39ff1050a311890b2abb60bf96b1f26a.tar.xz serverdata-1e481b3c39ff1050a311890b2abb60bf96b1f26a.zip |
NPCs on 021-* fixed
Diffstat (limited to 'world/map/npc/021-2/government_building.txt')
-rw-r--r-- | world/map/npc/021-2/government_building.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/021-2/government_building.txt b/world/map/npc/021-2/government_building.txt index 9aea5916..441b77a0 100644 --- a/world/map/npc/021-2/government_building.txt +++ b/world/map/npc/021-2/government_building.txt @@ -1,7 +1,7 @@ // The government builing in the south west // A clerk -021-2.gat,27,17,0|script|Estard|107, +021-2.gat,27,17,0|script|Estard|107 { mes "[Estard]"; mes "\"Hello what can I do for you?\""; @@ -135,7 +135,7 @@ S_give_rings: return; } -021-2.gat,36,17,0|script|Tathin|107, +021-2.gat,36,17,0|script|Tathin|107 { mes "[Tathin]"; mes "\"Hello what Can I do for you?\""; @@ -172,7 +172,7 @@ L_Close: } // Guard -021-2.gat,20,19,0|script|Guard#govt_in|123,1,1, +021-2.gat,20,19,0|script|Guard#govt_in|123,1,1 { mes "[Guard]"; mes "\"You can't come back here.\""; |