diff options
author | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-12 13:16:59 +0000 |
---|---|---|
committer | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-12 13:16:59 +0000 |
commit | 75c188cc517d0111855c94987fd4e583b6b24b8a (patch) | |
tree | d32bdd684b6538c941d4927180248dee50cfe8e5 /npc | |
parent | 197f82d23e109be71ff967c92ca7cd29e49152e5 (diff) | |
download | hercules-75c188cc517d0111855c94987fd4e583b6b24b8a.tar.gz hercules-75c188cc517d0111855c94987fd4e583b6b24b8a.tar.bz2 hercules-75c188cc517d0111855c94987fd4e583b6b24b8a.tar.xz hercules-75c188cc517d0111855c94987fd4e583b6b24b8a.zip |
* Corrected a minor error respect to the header in Star Gladiator Quest
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11725 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 1 | ||||
-rw-r--r-- | npc/jobs/2-1e/StarGladiator.txt | 7 |
2 files changed, 5 insertions, 3 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index ee8fb2e6b..333e55baf 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,6 +1,7 @@ Date Added ====== 2007/11/13 + * Corrected a minor error respect to the header in Star Gladiator Quest. [Samuray22] * Updated Star Gladiator Quest to the Aegis Standards. [Samuray22] - Bug testing required. 2007/11/10 diff --git a/npc/jobs/2-1e/StarGladiator.txt b/npc/jobs/2-1e/StarGladiator.txt index 59f80a65b..9921df087 100644 --- a/npc/jobs/2-1e/StarGladiator.txt +++ b/npc/jobs/2-1e/StarGladiator.txt @@ -1,9 +1,9 @@ //===== eAthena Script ======================================= //= Star Gladiator Job Quest //===== By: ================================================== -//= Celestria +//= Celestria, Samuray22 //===== Current Version: ===================================== -//= 1.1 +//= 1.1a //===== Compatible With: ===================================== //= eAthena 1.0 + //===== Description: ========================================= @@ -15,10 +15,11 @@ //= Sprites from kRO screenshots, bar two which I just had to guess at. //= 1.0 Optimized, updated [Lupus] //= 1.1 Updated to the Aegis Standards. [Samuray22] +//= 1.1a Corrected a minor error respect to the header. [Samuray22] //============================================================ -payon,215,102,5 script Moohyun#job_star 828,3,3{ +payon,215,102,5 script Moohyun#job_star 828,3,3,{ if (Class == Job_Taekwon) { if (STGL_Q == 0) { mes "[Moohyun]"; |