From 7c3e5c8d6b6a6609645ed9974c4e6adf590534d0 Mon Sep 17 00:00:00 2001 From: brianluau Date: Sat, 4 Jul 2009 10:35:56 +0000 Subject: - Added documentation for 'getmapflag' (follow up to r12175). (bugreport:3314) - Fixed a zeny check in Transcending quest. (bugreport:3334) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13930 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/jobs/valkyrie.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/jobs/valkyrie.txt b/npc/jobs/valkyrie.txt index 73bb62ff7..592dfd186 100644 --- a/npc/jobs/valkyrie.txt +++ b/npc/jobs/valkyrie.txt @@ -228,7 +228,7 @@ yuno_in02,88,164,5 script Metheus Sylphe#Library 742,{ mes "1,285,000 zeny."; next; if (select("Donate.:Cancel.") == 1) { - if (Zeny > 1284449) { + if (Zeny >= 1285000) { set zeny,zeny-1285000; set valkyrie_Q,1; mes "[Metheus Sylphe]"; -- cgit v1.2.3-60-g2f50