Skip to content

Commit

Permalink
Added missing npc window for oracle layla
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-n committed Jun 14, 2024
1 parent 084826e commit 0d02c12
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ public override void Initialize()
var def = this.Context.CreateNew<MonsterDefinition>();
def.Number = 259;
def.Designation = "Oracle Layla";
def.NpcWindow = NpcWindow.Merchant;
def.ObjectKind = NpcObjectKind.PassiveNpc;
def.MerchantStore = this.CreatePotionGirlItemStorage(def.Number);
this.GameConfiguration.Monsters.Add(def);
Expand Down

0 comments on commit 0d02c12

Please sign in to comment.