Fixed one of Einbroch (east) kafras not displaying a name, bugreport:857
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12790 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
c77d5fb163
commit
a70ad818d9
@ -1,6 +1,7 @@
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
2008/06/08
|
2008/06/08
|
||||||
|
* Fixed one of Einbroch (east) kafras not displaying a name, bugreport:857
|
||||||
* Fixed Engel giving back 7 Sobbing Starlight on failing to refine it, bugreport:1473
|
* Fixed Engel giving back 7 Sobbing Starlight on failing to refine it, bugreport:1473
|
||||||
* Removed duplicated quest warp portal on /warps/dungeons/juperos.txt, bugreport:1486
|
* Removed duplicated quest warp portal on /warps/dungeons/juperos.txt, bugreport:1486
|
||||||
* Fixed a bug on Markie question 5, bugreport:1600 [Brainstorm]
|
* Fixed a bug on Markie question 5, bugreport:1600 [Brainstorm]
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By: =========================
|
//===== By: =========================
|
||||||
//= eAthena Dev Team
|
//= eAthena Dev Team
|
||||||
//===== Current Version: ===================
|
//===== Current Version: ===================
|
||||||
//= 3.0
|
//= 3.1
|
||||||
//===== Compatible With: =====================
|
//===== Compatible With: =====================
|
||||||
//= eAthena 1.0
|
//= eAthena 1.0
|
||||||
//===== Description: ============================================
|
//===== Description: ============================================
|
||||||
@ -32,6 +32,7 @@
|
|||||||
//= 2.9 Fixed an incorrect savepoint (inside the hotel) the map was wrong.
|
//= 2.9 Fixed an incorrect savepoint (inside the hotel) the map was wrong.
|
||||||
//= 3.0 Updated function calls with new arguments. [L0ne_W0lf]
|
//= 3.0 Updated function calls with new arguments. [L0ne_W0lf]
|
||||||
//= Added unique Kafra Welcome messages.
|
//= Added unique Kafra Welcome messages.
|
||||||
|
//= 3.1 Fixed one of Einbroch (east) kafras not displaying a name, bugreport:857 [Brainstorm]
|
||||||
//==========================================================================
|
//==========================================================================
|
||||||
|
|
||||||
// Amatsu ------------------------------------------------------------------
|
// Amatsu ------------------------------------------------------------------
|
||||||
@ -83,7 +84,7 @@ einbech,181,132,5 script Kafra Employee#ein3::kaf_einbech 860,{
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Einbroch (North-East) ---------------------------------------------------
|
// Einbroch (North-East) ---------------------------------------------------
|
||||||
einbroch,242,205,5 script ::kaf_einbroch 860,{
|
einbroch,242,205,5 script Kafra Employee#ein2::kaf_einbroch 860,{
|
||||||
cutin "kafra_08",2;
|
cutin "kafra_08",2;
|
||||||
mes "[Kafra Employee]";
|
mes "[Kafra Employee]";
|
||||||
mes "Welcome to the";
|
mes "Welcome to the";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user