Updated Refined Sakkat Box to give only 1 Sakkat instead of 10.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11106 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
Paradox924X 2007-09-02 15:15:51 +00:00
parent 3f8baac1bf
commit fd86ca7633
3 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,8 @@ Date Added
AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2007/09/02
* Updated Refined Sakkat Box to give only 1 Sakkat instead of 10. [Paradox924X]
2007/08/31
* Added some comments to clif_changechatowner()
- totally broken, see the code + topic:163829

View File

@ -3195,7 +3195,7 @@
12946,Asura_Box,Refined_Ashura_Box,2,,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem 13023,1; },{},{}
12947,Apple_Of_Archer_Box,Refined_Apple_of_Archer_Box,2,,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem 5265,1; },{},{}
12948,Bunny_Band_Box,Refined_Bunny_Band_Box,2,,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem 5266,1; },{},{}
12949,Sahkkat_Box,Refined_Sakkat_Box,2,,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem 5267,10; },{},{}
12949,Sahkkat_Box,Refined_Sakkat_Box,2,,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem 5267,1; },{},{}
12950,Lord_Circlet_Box,Refined_Grand_Circlet_Box,2,,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem 5268,1; },{},{}
12951,Elven_Ears_Box,Refined_Elven_Ears_Box,2,,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem 2686,1; },{},{}
12952,Steel_Flower_Box,Refined_Romantic_Flower_Box,2,,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem 2687,1; },{},{}

View File

@ -0,0 +1 @@
UPDATE `item_db` SET `script` = 'getitem 5267,1; ' WHERE `item_db`.`id` =12949 LIMIT 1 ;