diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-20 10:54:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-20 10:54:04 -0300 |
commit | f2dbf9026d600ea96f35c5e761715136f27b37d5 (patch) | |
tree | 953a1b63cf696e6deb3f0b3b04c046b967fe5f4e /npc/003-0-1 | |
parent | a9ded7afa8e9c1ab9394de8597b8186afebbcb5d (diff) | |
download | serverdata-f2dbf9026d600ea96f35c5e761715136f27b37d5.tar.gz serverdata-f2dbf9026d600ea96f35c5e761715136f27b37d5.tar.bz2 serverdata-f2dbf9026d600ea96f35c5e761715136f27b37d5.tar.xz serverdata-f2dbf9026d600ea96f35c5e761715136f27b37d5.zip |
Add Hall of Guild Level on Hero Statue and Hall of Job Level on Strength Statue
Diffstat (limited to 'npc/003-0-1')
-rw-r--r-- | npc/003-0-1/statues.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/003-0-1/statues.txt b/npc/003-0-1/statues.txt index c6db093e5..1f6fec071 100644 --- a/npc/003-0-1/statues.txt +++ b/npc/003-0-1/statues.txt @@ -25,6 +25,8 @@ OnInit: .rate_limit=gettimetick(2); HallOfLevel(); + next; + HallOfJob(); close; OnInit: @@ -58,6 +60,7 @@ L_Fame: mesq l("All hail the ones who proven their worth before the whole Alliance!"); HallOfFame(); + HallOfGuild(); close; OnInit: |