diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-13 08:50:50 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-13 08:50:50 +0000 |
commit | 9f5afb30329c64270d5fb66101822d69e7735b22 (patch) | |
tree | 64476b927b7537859121a9fdc1ba4534bec72e21 /npc/jobs/2-1e | |
parent | 6a814eaf780a34312fdfa85b7f3936f880d70e83 (diff) | |
download | hercules-9f5afb30329c64270d5fb66101822d69e7735b22.tar.gz hercules-9f5afb30329c64270d5fb66101822d69e7735b22.tar.bz2 hercules-9f5afb30329c64270d5fb66101822d69e7735b22.tar.xz hercules-9f5afb30329c64270d5fb66101822d69e7735b22.zip |
* Fixed warning in star gladiator job test.
* Fixed error in assassin job test (missing ;)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11729 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/2-1e')
-rw-r--r-- | npc/jobs/2-1e/StarGladiator.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/jobs/2-1e/StarGladiator.txt b/npc/jobs/2-1e/StarGladiator.txt index 9921df087..6f8f55eb4 100644 --- a/npc/jobs/2-1e/StarGladiator.txt +++ b/npc/jobs/2-1e/StarGladiator.txt @@ -16,6 +16,7 @@ //= 1.0 Optimized, updated [Lupus] //= 1.1 Updated to the Aegis Standards. [Samuray22] //= 1.1a Corrected a minor error respect to the header. [Samuray22] +//= 1.1b Corrected NPC name length warning. [L0ne_W0lf] //============================================================ @@ -347,7 +348,7 @@ OnTouch: close; } -comodo,172,230,5 script Wandering Master#job_star 730,{ +comodo,172,230,5 script Wandering Master#job_sta 730,{ if (Class == Job_Taekwon) { if (STGL_Q == 1) { mes "[Moogang]"; |