diff options
author | MasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-15 22:37:27 +0000 |
---|---|---|
committer | MasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-15 22:37:27 +0000 |
commit | 2152f7e6123dabf84f622a53ab43bb63003a2549 (patch) | |
tree | 5b93ad9ea18d93e590439ace7a9ccdaad98c808b /npc/other | |
parent | 8c302479047fcd9f185bbbefcad621f47d8b9208 (diff) | |
download | hercules-2152f7e6123dabf84f622a53ab43bb63003a2549.tar.gz hercules-2152f7e6123dabf84f622a53ab43bb63003a2549.tar.bz2 hercules-2152f7e6123dabf84f622a53ab43bb63003a2549.tar.xz hercules-2152f7e6123dabf84f622a53ab43bb63003a2549.zip |
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
Diffstat (limited to 'npc/other')
-rw-r--r-- | npc/other/comodo_gambling.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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))
|