diff options
author | Kisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-11-29 23:23:42 +0000 |
---|---|---|
committer | Kisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-11-29 23:23:42 +0000 |
commit | 156ab44b02dfc4b349c3c13c46b7ee5b458be033 (patch) | |
tree | 5e20d5b910be0fefd2f67c5ca36d8478c33d1b10 /npc/guild2/arug_cas04.txt | |
parent | e2ac585b80854892b736173006b9d800bc5e3fd4 (diff) | |
download | hercules-156ab44b02dfc4b349c3c13c46b7ee5b458be033.tar.gz hercules-156ab44b02dfc4b349c3c13c46b7ee5b458be033.tar.bz2 hercules-156ab44b02dfc4b349c3c13c46b7ee5b458be033.tar.xz hercules-156ab44b02dfc4b349c3c13c46b7ee5b458be033.zip |
- Fixed typo in WoE:SE Castle announcements (bugreport:3714).
- Fixed typo of a check in god_weapon_creation.txt (bugreport:3613).
- Fixed missing changequest in Knight Job Quest (bugreport:3757).
- Fixed placement of Control Device01#aru04 (bugreport:3716).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14178 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/guild2/arug_cas04.txt')
-rw-r--r-- | npc/guild2/arug_cas04.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/guild2/arug_cas04.txt b/npc/guild2/arug_cas04.txt index ca3cb2e88..e437777d3 100644 --- a/npc/guild2/arug_cas04.txt +++ b/npc/guild2/arug_cas04.txt @@ -1285,7 +1285,7 @@ OnDisable: end; } -arug_cas04,143,158,0 script Control Device01#aru04 111,{ +arug_cas04,136,158,0 script Control Device01#aru04 111,{ set .@GID, GetCastleData("arug_cas04",1); if (getcharid(2) == .@GID) { if (strcharinfo(0) == getguildmaster(.@GID)) { @@ -2713,7 +2713,7 @@ OnStartArena: OnTimer10000: donpcevent "Manager#aru04_02::Onchange"; - mapannounce "arug_cas04","Rebuild this stonghold's Guardian Stones and Fortress Gates to secure your guild's new aquisition!",bc_map,"0x00FF00",FW_NORMAL,20,0,40; + mapannounce "arug_cas04","Rebuild this stronghold's Guardian Stones and Fortress Gates to secure your guild's new aquisition!",bc_map,"0x00FF00",FW_NORMAL,20,0,40; end; } |