bugfix (bugreport:2038)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13079 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
e126f1d08d
commit
ee71675a5b
@ -1,5 +1,7 @@
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
|
2008/08/11
|
||||||
|
* Rev. 13079 Added end; :D (bugreport:2038) [Yommy]
|
||||||
2008/08/11
|
2008/08/11
|
||||||
* Rev. 13068 Updated the dungeon teleport scroll menu. [L0ne_W0lf]
|
* Rev. 13068 Updated the dungeon teleport scroll menu. [L0ne_W0lf]
|
||||||
2008/08/10
|
2008/08/10
|
||||||
|
@ -18,7 +18,8 @@
|
|||||||
//= 2.5c Bug fixes. Cleaned up some NPCs slightly. [L0ne_W0lf]
|
//= 2.5c Bug fixes. Cleaned up some NPCs slightly. [L0ne_W0lf]
|
||||||
//= 2.6 Fixed Water Room not warping on time-up. [L0ne_W0lf]
|
//= 2.6 Fixed Water Room not warping on time-up. [L0ne_W0lf]
|
||||||
//= 2.7 Now uses enable and disable waitingroomevent. [L0ne_W0lf]
|
//= 2.7 Now uses enable and disable waitingroomevent. [L0ne_W0lf]
|
||||||
//= Other monir fixes to various NPCs.
|
//= Other minor fixes to various NPCs.
|
||||||
|
//= 2.7a Added end; :D (bugreport:2038) [Yommy]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
gef_tower,111,37,4 script Wizard Guildsman 70,{
|
gef_tower,111,37,4 script Wizard Guildsman 70,{
|
||||||
@ -1614,6 +1615,7 @@ OnTimer9000:
|
|||||||
donpcevent "Test Helper#wiz::OnDisable";
|
donpcevent "Test Helper#wiz::OnDisable";
|
||||||
donpcevent "Waiting Room#wiz::OnStart";
|
donpcevent "Waiting Room#wiz::OnStart";
|
||||||
stopnpctimer;
|
stopnpctimer;
|
||||||
|
end;
|
||||||
}
|
}
|
||||||
|
|
||||||
gef_tower,107,36,4 script White Dog#wiz 81,{
|
gef_tower,107,36,4 script White Dog#wiz 81,{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user