From 2152f7e6123dabf84f622a53ab43bb63003a2549 Mon Sep 17 00:00:00 2001 From: MasterOfMuppets Date: Thu, 15 Jun 2006 22:37:27 +0000 Subject: Fixed the gambling npc giving Orc Helm [1] instead of the non-slotted version. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7191 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/other/comodo_gambling.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/other/comodo_gambling.txt') diff --git a/npc/other/comodo_gambling.txt b/npc/other/comodo_gambling.txt index 2d89fb547..5364bc1fd 100644 --- a/npc/other/comodo_gambling.txt +++ b/npc/other/comodo_gambling.txt @@ -505,7 +505,7 @@ comodo.gat,219,160,3 script Kachua 91,{ else if ((@gamble > 915) && (@gamble < 921)) set @item,2221; else if ((@gamble > 920) && (@gamble < 926)) - set @item,5157; + set @item,2299; else if ((@gamble > 925) && (@gamble < 931)) set @item,2236; else if ((@gamble > 930) && (@gamble < 936)) -- cgit v1.2.3-60-g2f50