diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-16 18:24:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-16 18:24:38 -0300 |
commit | 95131f67ccf42e1a81ac0c925284f869692c841c (patch) | |
tree | 55cd25d30d4d41fce31c74b2efc97ac220cd24e5 /npc | |
parent | 1d772d29359b289303a4bfd9c24f625c36ff06fd (diff) | |
download | serverdata-95131f67ccf42e1a81ac0c925284f869692c841c.tar.gz serverdata-95131f67ccf42e1a81ac0c925284f869692c841c.tar.bz2 serverdata-95131f67ccf42e1a81ac0c925284f869692c841c.tar.xz serverdata-95131f67ccf42e1a81ac0c925284f869692c841c.zip |
Remove old code regarding Aegis Shield
Diffstat (limited to 'npc')
-rw-r--r-- | npc/boss/throne.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/boss/throne.txt b/npc/boss/throne.txt index c1c4fc9eb..80a93492f 100644 --- a/npc/boss/throne.txt +++ b/npc/boss/throne.txt @@ -118,11 +118,11 @@ OnVictory: donpcevent("@exprate::OnReload"); donpcevent("@droprate::OnReload"); // Player Reward - getitembound(AegisShield, 1, 1); + /*getitembound(AegisShield, 1, 1); dispbottom l("For defeating the Monster King, you've got the Legendary @@.", getitemlink(AegisShield)); dispbottom l("This item cannot be traded normally and is a Legendary Item."); dispbottom l("You can transfer it with \"@grantpower\" command. Please contact a GM for more info."); - dispbottom l("Protip: If you plan in selling it, it's adviseable to ask for GM mediation."); + dispbottom l("Protip: If you plan in selling it, it's adviseable to ask for GM mediation."); */ end; } |