diff options
-rw-r--r-- | npc/Changelog.txt | 1 | ||||
-rw-r--r-- | npc/other/comodo_gambling.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 5a85c470c..4a3d11be0 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -37,6 +37,7 @@ Musashiden Date Added
======
06/15
+ * Fixed the gambling npc giving Orc Helm [1] instead of the non-slotted version. [MasterOfMuppets]
* Dr.Evil fixed some parts of his Umbala script [Playtester]
* Updated the color codes on the Juno Guides mini map illustrations. [Musashiden]
* Juno Update Process. 50% complete. [Musashiden]
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))
|