* Fixed Man Stuck in Ice only giving 1 Freezing Snow Powder.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10717 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
904f71cba9
commit
ca28fbad3c
@ -1,6 +1,7 @@
|
||||
Date Added
|
||||
======
|
||||
2007/06/07
|
||||
* Rev. 10717 Fixed Man Stuck in Ice only giving 1 Freezing Snow Powder. [L0ne_W0lf]
|
||||
* Rev. 10716 Forgot the standard script header in the Rachel guide. [L0ne_W0lf]
|
||||
* Rev. 10714 Implemented Official Cooking Quest. [L0ne_W0lf]
|
||||
- Optimized Rachel donation quest, and added Rachel Guide.
|
||||
|
@ -3,7 +3,7 @@
|
||||
//===== By: ==================================================
|
||||
//= L0ne_W0lf
|
||||
//===== Current Version: =====================================
|
||||
//= 1.1
|
||||
//= 1.2
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena SVN
|
||||
//===== Description: =========================================
|
||||
@ -35,6 +35,7 @@
|
||||
//===== Additional Comments: =================================
|
||||
//= 1.0 First version, needs testing. [L0ne_W0lf]
|
||||
//= 1.1 Some slight optimization. [L0ne_W0lf]
|
||||
//= 1.2 Fixed Man Stuck in Ice only giving 1 Freezing Snow Powder. [L0ne_W0lf]
|
||||
//============================================================
|
||||
|
||||
// Lost Child Quest (Prerequisite to High Priest quest)
|
||||
@ -3208,7 +3209,7 @@ ice_dun02,120,105,3 script Man Stuck in Ice#cave 924,5,5,{
|
||||
mes "And please don't mention";
|
||||
mes "the fact that I trapped myself";
|
||||
mes "in ice to anyone else, okay?";
|
||||
getitem 7574,1; //Freezing Snow Powder
|
||||
getitem 7574,4; //Freezing Snow Powder
|
||||
getitem 7573,1; //Sparkling Necklace
|
||||
delitem 7572,1; //Ashy_Necklace
|
||||
delitem 7569,1; //Wind Hammer
|
||||
|
Loading…
x
Reference in New Issue
Block a user