diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-18 22:04:47 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-18 22:04:47 +0000 |
commit | ac9ba3147b30c5af55884c135e552d61bcc042c3 (patch) | |
tree | 084bcd78d368145c49a180318db901a935998c00 /npc/custom | |
parent | f26dbc30528f8627310fa03f46cefd940ee40588 (diff) | |
download | hercules-ac9ba3147b30c5af55884c135e552d61bcc042c3.tar.gz hercules-ac9ba3147b30c5af55884c135e552d61bcc042c3.tar.bz2 hercules-ac9ba3147b30c5af55884c135e552d61bcc042c3.tar.xz hercules-ac9ba3147b30c5af55884c135e552d61bcc042c3.zip |
Uncommented the ShowWarning and ShowDebug from rev. 11508, and cleaned up the warnings it produced.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11516 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/custom')
-rw-r--r-- | npc/custom/adoption.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/custom/adoption.txt b/npc/custom/adoption.txt index 2a63922b7..18d942e7e 100644 --- a/npc/custom/adoption.txt +++ b/npc/custom/adoption.txt @@ -473,7 +473,7 @@ function script AdoptReset { return; } -prt_church,165,166,6 script Teacher 97,{ +prt_church,165,166,6 script Teacher#adopt 97,{ mes "[Mario]"; if (Upper==2 && (getskilllv(408)<=0 || getskilllv(409)<=0)) goto L_Teach; if (Upper==2) mes "Hello, baby! How are you?"; |