diff options
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]"; |