diff options
-rw-r--r-- | npc/003-1/lieutenantdausen.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt index 0ef18d52d..c79984e0a 100644 --- a/npc/003-1/lieutenantdausen.txt +++ b/npc/003-1/lieutenantdausen.txt @@ -1,6 +1,7 @@ // TMW2 scripts. // Authors: // Saulc +// Jesusalva // Description: // Help Tulimshar guards // Quest variable: @@ -12,7 +13,7 @@ 003-1,111,84,0 script Lieutenant Dausen NPC_PLAYER,{ - // The Monster King have a special menu + // The Monster King guild have a special menu if (strcharinfo(2) == "Monster King") goto L_MKControl; // This NPC is broken, so this code disables it @@ -210,7 +211,7 @@ OnTimer540000: end; OnTimer600000: - mapannounce("003-1", "##1The Monster King is preparing to withdraw!", bc_map); + mapannounce("003-1", "##1The Monster King army is preparing to withdraw!", bc_map); end; OnTimer630000: |