diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-07 16:06:54 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-07 16:06:54 +0000 |
commit | 8ac27428ef854d15252c2061bb93ffda4bbb172c (patch) | |
tree | 890c5dd56c01367c4deb17e862fa8179a597db4a /npc/quests/cooking_quest.txt | |
parent | defde8e6bd619a929262c8f553c3cd4960cd743d (diff) | |
download | hercules-8ac27428ef854d15252c2061bb93ffda4bbb172c.tar.gz hercules-8ac27428ef854d15252c2061bb93ffda4bbb172c.tar.bz2 hercules-8ac27428ef854d15252c2061bb93ffda4bbb172c.tar.xz hercules-8ac27428ef854d15252c2061bb93ffda4bbb172c.zip |
* Follow-up r16592... thanks Trojal. :|
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16593 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/cooking_quest.txt')
-rw-r--r-- | npc/quests/cooking_quest.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/quests/cooking_quest.txt b/npc/quests/cooking_quest.txt index 2cd52adf1..df99f2c38 100644 --- a/npc/quests/cooking_quest.txt +++ b/npc/quests/cooking_quest.txt @@ -1169,7 +1169,7 @@ prt_castle,43,30,3 script Charles Orleans#cook 878,{ } cutin "orleans_2",0; mes "[Charles Orleans]"; - switch(.@old_book == 1) { + switch(.@old_book) { case 1: mes "Ah, so you're done"; mes "with the Level 1 Cookbook."; |