From d0a94db56468ec10193e9be335c4959400fecb9d Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Tue, 3 Jun 2008 01:03:35 +0000 Subject: Fixed a typo in schg_cas01 treasure spawning. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12754 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/Changelog.txt | 2 ++ npc/guild2/schg_cas01.txt | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 47ea2dbcd..3ce8015ea 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,5 +1,7 @@ Date Added ====== +2008/06/03 + * Rev. 12754 Fixed a typo in schg_cas01 treasure spawning. [L0ne_W0lf] 2008/05/31 * Rev. 12750 Fixed bug in eye of hellion quests (bugreport:1581) [L0ne_W0lf] * Fixed the position of one of the Splendid (spl) warps. (Bugreport:1585) diff --git a/npc/guild2/schg_cas01.txt b/npc/guild2/schg_cas01.txt index 9c33bc02e..1a9cfd8a7 100644 --- a/npc/guild2/schg_cas01.txt +++ b/npc/guild2/schg_cas01.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.5 +//= 1.6 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -18,6 +18,7 @@ //= 1.5 Fixed investment period not resetting. [L0ne_W0lf] //= Made it so treasure won't spawn if castle is empty. //= Treasure will now be killed before spawning. +//= 1.6 Corrected a typo with treasure spawning. [L0ne_W0lf] //============================================================ schg_cas01,1,1,0 script Manager#sch01_02 111,{ @@ -103,7 +104,7 @@ Onchange: OnClock0001: if (!GetCastleData("schg_cas01",1)) end; - killmonster "aschg_cas01","Manager#sch01_02::OnMyTreasureDied"; + killmonster "schg_cas01","Manager#sch01_02::OnMyTreasureDied"; set .@Treasure,GetCastleData("schg_cas01",2)/5+4; if (.@Treasure) { monster "schg_cas01",388,388,"Treasure Chest",1938,1,"Manager#sch01_02::OnTreasureDied"; -- cgit v1.2.3-60-g2f50