Fixed the gambling npc giving Orc Helm [1] instead of the non-slotted version.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7191 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
196a7240bb
commit
1a9fc74672
@ -37,6 +37,7 @@ Musashiden
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
06/15
|
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]
|
* Dr.Evil fixed some parts of his Umbala script [Playtester]
|
||||||
* Updated the color codes on the Juno Guides mini map illustrations. [Musashiden]
|
* Updated the color codes on the Juno Guides mini map illustrations. [Musashiden]
|
||||||
* Juno Update Process. 50% complete. [Musashiden]
|
* Juno Update Process. 50% complete. [Musashiden]
|
||||||
|
@ -505,7 +505,7 @@ comodo.gat,219,160,3 script Kachua 91,{
|
|||||||
else if ((@gamble > 915) && (@gamble < 921))
|
else if ((@gamble > 915) && (@gamble < 921))
|
||||||
set @item,2221;
|
set @item,2221;
|
||||||
else if ((@gamble > 920) && (@gamble < 926))
|
else if ((@gamble > 920) && (@gamble < 926))
|
||||||
set @item,5157;
|
set @item,2299;
|
||||||
else if ((@gamble > 925) && (@gamble < 931))
|
else if ((@gamble > 925) && (@gamble < 931))
|
||||||
set @item,2236;
|
set @item,2236;
|
||||||
else if ((@gamble > 930) && (@gamble < 936))
|
else if ((@gamble > 930) && (@gamble < 936))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user