From 08fe7cdb0762b785fc6a1d5d09b53957f78dc6b9 Mon Sep 17 00:00:00 2001 From: Cekis Date: Mon, 9 Nov 2020 02:15:01 -0500 Subject: [PATCH] Fixed broken strings for the Imperial General during invasions. --- .../game/script/conversation/imperial_general.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sku.0/sys.server/compiled/game/script/conversation/imperial_general.java b/sku.0/sys.server/compiled/game/script/conversation/imperial_general.java index 10a120f6a..a950246da 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/imperial_general.java +++ b/sku.0/sys.server/compiled/game/script/conversation/imperial_general.java @@ -625,12 +625,12 @@ public class imperial_general extends script.base_script } public int imperial_general_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { - if (response.equals("s_23")) + if (response.equals("s_26")) { if (imperial_general_condition_isCombatPhase(player, npc)) { imperial_general_action_grantEntertainerQuests(player, npc); - string_id message = new string_id(c_stringFile, "s_26"); + string_id message = new string_id(c_stringFile, "s_157"); utils.removeScriptVar(player, "conversation.imperial_general.branchId"); npcEndConversationWithMessage(player, message); return SCRIPT_CONTINUE; @@ -1162,7 +1162,7 @@ public class imperial_general extends script.base_script } if (imperial_general_condition_isGeneralImpAndOffense(player, npc)) { - string_id message = new string_id(c_stringFile, "s_21"); + string_id message = new string_id(c_stringFile, "s_23"); int numberOfResponses = 0; boolean hasResponse = false; boolean hasResponse0 = false; @@ -1255,7 +1255,7 @@ public class imperial_general extends script.base_script string_id responses[] = new string_id[numberOfResponses]; if (hasResponse0) { - responses[responseIndex++] = new string_id(c_stringFile, "s_23"); + responses[responseIndex++] = new string_id(c_stringFile, "s_26"); } if (hasResponse1) {