Browse Source

dialog fix for Q00292

"Missing HTML"
irlex 10 years ago
parent
commit
5cd73a52ad

+ 3 - 3
L2J_DataPack/dist/game/data/scripts/quests/Q00292_BrigandsSweep/Q00292_BrigandsSweep.java

@@ -186,17 +186,17 @@ public final class Q00292_BrigandsSweep extends Quest
 								{
 									giveAdena(talker, 1120, true);
 									takeItems(talker, -1, SUSPICIOUS_CONTRACT); // Retail like, reward is given in 2 pieces if both conditions are meet.
-									html = "30523-10.html";
+									html = "30532-10.html";
 								}
 								else
 								{
 									if (memos == 1)
 									{
-										html = "30523-08.html";
+										html = "30532-08.html";
 									}
 									else if (memos >= 2)
 									{
-										html = "30523-09.html";
+										html = "30532-09.html";
 									}
 								}
 							}