diff options
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: |