* Rev. 10895 Added a Missing "close;" in "Bomb Maker" from "quests_hugel".
-Thanks to Elfange. git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10895 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
d21f32aa73
commit
023cbf5dab
@ -1,8 +1,10 @@
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
2007/07/22
|
2007/07/22
|
||||||
|
* Rev. 10895 Added a Missing "close;" in "Bomb Maker" from "quests_hugel". [Samuray22]
|
||||||
|
-Thanks to Elfange
|
||||||
* Rev. 10893 Correct some typos error like "next;ing". [Samuray22]
|
* Rev. 10893 Correct some typos error like "next;ing". [Samuray22]
|
||||||
-Thank to theultradamage
|
-Thanks to theultradamage
|
||||||
* Rev. 10891 Fixed a Little bug on "How does the Airship Works" Quest. [Samuray22]
|
* Rev. 10891 Fixed a Little bug on "How does the Airship Works" Quest. [Samuray22]
|
||||||
-Thanks to Tantarian
|
-Thanks to Tantarian
|
||||||
2007/07/21
|
2007/07/21
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= MasterOfMuppets & SinSloth
|
//= MasterOfMuppets & SinSloth
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.2
|
//= 1.3
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena
|
//= eAthena
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -13,6 +13,8 @@
|
|||||||
//= 1.1 Added most of Hugel quests. Thanks to MasterOfMuppets
|
//= 1.1 Added most of Hugel quests. Thanks to MasterOfMuppets
|
||||||
//= for scripting most of them. [SinSloth]
|
//= for scripting most of them. [SinSloth]
|
||||||
//= 1.2 Added Odin Temple Excavation quest. [SinSloth]
|
//= 1.2 Added Odin Temple Excavation quest. [SinSloth]
|
||||||
|
//= 1.3 Added a Missing "close;". [Samuray22]
|
||||||
|
//= -Thanks to Elfange
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
//-------------------------------------------------------------------------
|
//-------------------------------------------------------------------------
|
||||||
@ -3803,6 +3805,7 @@ einbech,208,124,3 script Bomb Maker 851,{
|
|||||||
mes "Hey, what's up?";
|
mes "Hey, what's up?";
|
||||||
mes "I am a professional Marine Sphere Bottle maker.";
|
mes "I am a professional Marine Sphere Bottle maker.";
|
||||||
mes "You can call me Boomer.";
|
mes "You can call me Boomer.";
|
||||||
|
close;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user