diff options
Diffstat (limited to 'npc/other/comodo_gambling.txt')
-rw-r--r-- | npc/other/comodo_gambling.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/npc/other/comodo_gambling.txt b/npc/other/comodo_gambling.txt index f9cbd557b..9412810e1 100644 --- a/npc/other/comodo_gambling.txt +++ b/npc/other/comodo_gambling.txt @@ -124,8 +124,6 @@ comodo.gat,219,160,3 script Kachua 91,{ set @item,512;
switch( select( "Weapon", "Armor", "Garment", "Helmet", "Shoes", "Shield" ) )
{
- case 255:
- end;
case 1: // Weapons
set @gamble,rand(1,1000);
if ((@gamble > 920) && (@gamble < 931))
|