summaryrefslogtreecommitdiff
path: root/npc/sample/npc_pcre.txt
diff options
context:
space:
mode:
authorbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-01-08 19:18:27 +0000
committerbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-01-08 19:18:27 +0000
commit7906708766f64e80a3e8840f6d920f2d9a58fc1d (patch)
tree5d1be3547bfc7bd0c433184f62c401273f2d1ea4 /npc/sample/npc_pcre.txt
parent5beff994088c64437c0ba23afb04bf4ae9f65956 (diff)
downloadhercules-7906708766f64e80a3e8840f6d920f2d9a58fc1d.tar.gz
hercules-7906708766f64e80a3e8840f6d920f2d9a58fc1d.tar.bz2
hercules-7906708766f64e80a3e8840f6d920f2d9a58fc1d.tar.xz
hercules-7906708766f64e80a3e8840f6d920f2d9a58fc1d.zip
- Fixed a typo in Orc's Memory.
- Fixed a weight check in quests_13_1. - Fixed some grouping variables in the sample PCRE npc. - Updated SQL item/mob databases to latest. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14216 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/sample/npc_pcre.txt')
-rw-r--r--npc/sample/npc_pcre.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/sample/npc_pcre.txt b/npc/sample/npc_pcre.txt
index ba44099c8..906e076e3 100644
--- a/npc/sample/npc_pcre.txt
+++ b/npc/sample/npc_pcre.txt
@@ -235,8 +235,8 @@ Lquote27:
// I can't
Lquote28:
switch(rand(2)) {
- case 0: npctalk "Maybe you could "+$@p2$+" now"; break;
- case 1: npctalk "What if you could "+$@p2$+" ?"; break;
+ case 0: npctalk "Maybe you could "+$@p3$+" now"; break;
+ case 1: npctalk "What if you could "+$@p3$+" ?"; break;
}
end;
@@ -258,9 +258,9 @@ Lquote31:
// why don't you
Lquote32:
switch(rand(3)) {
- case 0: npctalk "Should you "+$@p2$+" yourself?"; break;
- case 1: npctalk "Do you believe I don't "+$@p2$+""; break;
- case 2: npctalk "Perhaps I will "+$@p2$+" in good time"; break;
+ case 0: npctalk "Should you "+$@p3$+" yourself?"; break;
+ case 1: npctalk "Do you believe I don't "+$@p3$+""; break;
+ case 2: npctalk "Perhaps I will "+$@p3$+" in good time"; break;
}
end;