diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-01-08 19:18:27 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-01-08 19:18:27 +0000 |
commit | 7906708766f64e80a3e8840f6d920f2d9a58fc1d (patch) | |
tree | 5d1be3547bfc7bd0c433184f62c401273f2d1ea4 /npc/quests/quests_13_1.txt | |
parent | 5beff994088c64437c0ba23afb04bf4ae9f65956 (diff) | |
download | hercules-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/quests/quests_13_1.txt')
-rw-r--r-- | npc/quests/quests_13_1.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/quests/quests_13_1.txt b/npc/quests/quests_13_1.txt index 57fd32017..4715f79ac 100644 --- a/npc/quests/quests_13_1.txt +++ b/npc/quests/quests_13_1.txt @@ -15637,8 +15637,8 @@ que_job01,82,95,3 script Bar Master#moc2_01 46,{ } } case 2: - set now_weight,-; - if (now_weight < 2000) { + set .@now_weight,MaxWeight-Weight; + if (.@now_weight < 2000) { mes "[Karred]"; mes "Are you sure you can even hold a glass of alcohol?"; mes "You're carrying too many things on you already."; |