diff options
author | Reid <reidyaro@gmail.com> | 2018-01-20 12:26:07 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2018-01-20 12:26:07 +0100 |
commit | 60847144daf2bc2d048fc723a0512a0f8c7e945d (patch) | |
tree | 1e3e9babc6aad6f30b1fd9e03b86e8aa9439b7be /npc/000-2-1 | |
parent | 0b5887e00496013d95cf349deadf69cbadc08d4e (diff) | |
parent | 150d19a64aa2071172d530ffc50f694afb9108a5 (diff) | |
download | serverdata-60847144daf2bc2d048fc723a0512a0f8c7e945d.tar.gz serverdata-60847144daf2bc2d048fc723a0512a0f8c7e945d.tar.bz2 serverdata-60847144daf2bc2d048fc723a0512a0f8c7e945d.tar.xz serverdata-60847144daf2bc2d048fc723a0512a0f8c7e945d.zip |
Merge branch 'monwarez/serverdata-issue-14'
Diffstat (limited to 'npc/000-2-1')
-rw-r--r-- | npc/000-2-1/alige.txt | 2 | ||||
-rw-r--r-- | npc/000-2-1/arpan.txt | 4 | ||||
-rw-r--r-- | npc/000-2-1/chefgado.txt | 2 | ||||
-rw-r--r-- | npc/000-2-1/knife.txt | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt index cc57c0d7..48a05e76 100644 --- a/npc/000-2-1/alige.txt +++ b/npc/000-2-1/alige.txt @@ -87,7 +87,7 @@ L_NeedHelp: l("Why not, but who are you, and what kind of help do you need?"), L_CanHelp; l("Sorry but I have no time for this."), -; - closedialog; + closeclientdialog; close; L_CanHelp: diff --git a/npc/000-2-1/arpan.txt b/npc/000-2-1/arpan.txt index 9207e03d..35d1edfa 100644 --- a/npc/000-2-1/arpan.txt +++ b/npc/000-2-1/arpan.txt @@ -155,7 +155,7 @@ L_Menu: rif(!.@equipped, l("Thank you, I'll take them and put them on.")), -, l("Nothing, sorry."), -; - closedialog; + closeclientdialog; close; L_Where: @@ -251,7 +251,7 @@ L_GotoSleep: l("Fine."), l("We are at half a day from our final destination, by the time that you wake up I'm sure that we will be there!"); - closedialog; + closeclientdialog; doevent "#name3::OnClick"; close; diff --git a/npc/000-2-1/chefgado.txt b/npc/000-2-1/chefgado.txt index ca069d8e..69570fcf 100644 --- a/npc/000-2-1/chefgado.txt +++ b/npc/000-2-1/chefgado.txt @@ -203,7 +203,7 @@ L_QuestAborted: close; L_Quit: - closedialog; + closeclientdialog; close; OnInit: diff --git a/npc/000-2-1/knife.txt b/npc/000-2-1/knife.txt index d8d1d54a..906476a3 100644 --- a/npc/000-2-1/knife.txt +++ b/npc/000-2-1/knife.txt @@ -22,7 +22,7 @@ l("Yes."), L_Give, l("No."), -; - closedialog; + closeclientdialog; close; L_Give: |