Selaa lähdekoodia

Fixed new healing items(Strawberry, Orange, etc.) not being usable by new classes(Taekwon, etc.)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6149 54d463be-8e91-2dee-dedb-b68131a5f0ec
Playtester 19 vuotta sitten
vanhempi
commit
9aa78bfbbd
2 muutettua tiedostoa jossa 8 lisäystä ja 7 poistoa
  1. 1 0
      db/Changelog.txt
  2. 7 7
      db/item_db.txt

+ 1 - 0
db/Changelog.txt

@@ -27,6 +27,7 @@
 
 =========================
 04/16
+	* Fixed new healing items not being usuable by new classes [Playtester]
 	* Fixed knives being equipable by Taekwon and Star Gladiator [Playtester]
 	* Fixed jname of Photon Cannon [Playtester]
 	* Fixed slots of Butcher thanks to gyunwoo23 [Playtester]

+ 7 - 7
db/item_db.txt

@@ -78,13 +78,13 @@
 574,Egg,Egg,0,,10,30,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(16,21),0; }
 575,2nd_Anniversary_Cake,2nd Anniversary Cake,0,,10,100,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(270,329),0; }
 576,Prickly_Fruit,Prickly Fruit,0,,10,40,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(10,15),rand(10,15); }
-577,Grain,Grain,0,200,,20,,,,,0x000FDFFF,7,2,,,,,,{ itemheal rand(10,14),0; }
-578,Strawberry,Strawberry,0,200,,20,,,,,0x000FDFFF,7,2,,,,,,{ itemheal 0,rand(10,14); }
-579,Yummy_Fish,Yummy Fish,0,150,,20,,,,,0x000FDFFF,7,2,,,,,,{ itemheal rand(40,54),0; }
-580,Bread,Bread,0,150,,20,,,,,0x000FDFFF,7,2,,,,,,{ itemheal rand(20,34),0; }
-581,Mushroom,Mushroom,0,40,,20,,,,,0x000FDFFF,7,2,,,,,,{ itemheal rand(10,14),0; }
-582,Orange,Orange,0,,10,20,,,,,0x000FDFFF,7,2,,,,,,{ itemheal rand(10,15),rand(10,15); }
-583,Ketupat_,Ketupat,0,,10,150,,,,,0x000FDFFF,7,2,,,,,,{}
+577,Grain,Grain,0,200,,20,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(10,14),0; }
+578,Strawberry,Strawberry,0,200,,20,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal 0,rand(10,14); }
+579,Yummy_Fish,Yummy Fish,0,150,,20,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(40,54),0; }
+580,Bread,Bread,0,150,,20,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(20,34),0; }
+581,Mushroom,Mushroom,0,40,,20,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(10,14),0; }
+582,Orange,Orange,0,,10,20,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(10,15),rand(10,15); }
+583,Ketupat_,Ketupat,0,,10,150,,,,,0xFFFFFFFF,7,2,,,,,,{}
 584,Skewer_Soup,Skewer Soup,0,50,,60,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(45,64),0; }
 585,Brusti,Brusti,0,15,,40,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(17,20),0; itemskill 74,3,"Magnificat"; }
 586,Mother's_Cake,Mother's Cake,0,,,100,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(325,404),0; }