summaryrefslogtreecommitdiff
path: root/npc/instances
diff options
context:
space:
mode:
authoreuphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-06-25 20:46:31 +0000
committereuphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-06-25 20:46:31 +0000
commitc735b78e9f1c291785f812801e14a8345a6195d2 (patch)
treee49f31b59e39514563f664e81b3b88d1b1156cef /npc/instances
parent388be58765c0527ef37d7858d606ab49cc9c5c41 (diff)
downloadhercules-c735b78e9f1c291785f812801e14a8345a6195d2.tar.gz
hercules-c735b78e9f1c291785f812801e14a8345a6195d2.tar.bz2
hercules-c735b78e9f1c291785f812801e14a8345a6195d2.tar.xz
hercules-c735b78e9f1c291785f812801e14a8345a6195d2.zip
* Fixed a minor label typo in "Endless Tower" script, bugreport:5973 (instances\EndlessTower.txt)
* Fixed reset on Baby job change in custom "Job Master", bugreport:6101 (custom\jobmaster.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16347 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/instances')
-rw-r--r--npc/instances/EndlessTower.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/instances/EndlessTower.txt b/npc/instances/EndlessTower.txt
index 18c390858..ecdc3bed0 100644
--- a/npc/instances/EndlessTower.txt
+++ b/npc/instances/EndlessTower.txt
@@ -418,7 +418,7 @@ e_tower,1,1,2 script #102Administrator Mode104 844,{
switch(select("Generate Purification Stone:Remove Purification Stone:Cancel")) {
case 1:
mes "Create the Purification Stone that stays for 30 minutes.";
- donpcevent "Purification Stone#et1::Enable";
+ donpcevent "Purification Stone#et1::OnEnable";
break;
case 2:
mes "Destroy the Purification Stone immediately";