diff options
author | MasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-29 12:48:39 +0000 |
---|---|---|
committer | MasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-29 12:48:39 +0000 |
commit | c68e939469fe5d33cb6f528a65a14f3d7fd34224 (patch) | |
tree | e556446da8c2a92318ac9d588d16d16962e03886 /npc/other/comodo_gambling.txt | |
parent | 3ba5221cadde78a2562ecd945aa75410709d7552 (diff) | |
download | hercules-c68e939469fe5d33cb6f528a65a14f3d7fd34224.tar.gz hercules-c68e939469fe5d33cb6f528a65a14f3d7fd34224.tar.bz2 hercules-c68e939469fe5d33cb6f528a65a14f3d7fd34224.tar.xz hercules-c68e939469fe5d33cb6f528a65a14f3d7fd34224.zip |
Some more sign quest warps and a small change to the comodo gambling NPC.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7964 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other/comodo_gambling.txt')
-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 aba68ab9d..9412810e1 100644 --- a/npc/other/comodo_gambling.txt +++ b/npc/other/comodo_gambling.txt @@ -501,7 +501,7 @@ comodo.gat,219,160,3 script Kachua 91,{ else if ((@gamble > 900) && (@gamble < 906))
set @item,2228;
else if ((@gamble > 905) && (@gamble < 911))
- set @item,2294;
+ set @item,2252;
else if ((@gamble > 910) && (@gamble < 916))
set @item,2227;
else if ((@gamble > 915) && (@gamble < 921))
|