diff options
-rw-r--r-- | npc/006-2-5/pouf.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/006-2-5/pouf.txt b/npc/006-2-5/pouf.txt index f03c9ef1f..d6e3f3193 100644 --- a/npc/006-2-5/pouf.txt +++ b/npc/006-2-5/pouf.txt @@ -110,7 +110,7 @@ function poufQuestReward { // L_Reward: mesq l("Make me proud, knight!"); inventoryplace BronzePin, 1; getitem BronzePin, 1; - getexp 91479; + getexp(91479, 24989); setq LilitQuest_Pouf, 3, 0; mesn; return; |