diff options
author | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-22 15:17:17 +0000 |
---|---|---|
committer | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-22 15:17:17 +0000 |
commit | 4fa2f3998dc6a4b57734e3e4bf171244e322aa75 (patch) | |
tree | 0c54a11bd34ee5b74e9649ec46f8cc7ab08ac644 /npc | |
parent | f43789777a8348f61f6802ed3edca8333e20eea3 (diff) | |
download | hercules-4fa2f3998dc6a4b57734e3e4bf171244e322aa75.tar.gz hercules-4fa2f3998dc6a4b57734e3e4bf171244e322aa75.tar.bz2 hercules-4fa2f3998dc6a4b57734e3e4bf171244e322aa75.tar.xz hercules-4fa2f3998dc6a4b57734e3e4bf171244e322aa75.zip |
Updated Gunslinger Quest, removed "Thin Trunk" (7186) according to RockmanEXE
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8430 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/jobs/1-1e/gunslinger.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 0744fde85..3cbd9b261 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -35,6 +35,8 @@ Playtester Date Added
======
+08/22
+ * Updated Gunslinger Quest, removed "Thin Trunk" (7186) according to RockmanEXE [Toms]
08/21
* Fixing MoM's typos (Citrin -> Citrine) over Lv4 weapon quest. [erKURITA]
* Implemented the God item quest. [MasterOfMuppets]
diff --git a/npc/jobs/1-1e/gunslinger.txt b/npc/jobs/1-1e/gunslinger.txt index e8ce17583..9317d4751 100644 --- a/npc/jobs/1-1e/gunslinger.txt +++ b/npc/jobs/1-1e/gunslinger.txt @@ -126,7 +126,7 @@ if (GUNS_Q == 1) { mes "So, will you do it, please?";
switch (select ("Yes, I will:Sorry I can't now")) {
case 1:
- set GUNS_Q,callfunc("F_RandMes",5,1019,1066,1067,1068,7186);
+ set GUNS_Q,callfunc("F_RandMes",4,1019,1066,1067,1068);
goto L_LIST;
case 2:
|