From 658d6b71a3b43aa02839dd893ca4f22c88abbbd3 Mon Sep 17 00:00:00 2001 From: Voxpire Date: Sat, 24 Jan 2026 12:37:10 +0000 Subject: [PATCH] Update Sphynx --- Scripts/Services/Malas/Sphynx/Sphynx.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Scripts/Services/Malas/Sphynx/Sphynx.cs b/Scripts/Services/Malas/Sphynx/Sphynx.cs index 20d05f1d8..0b74475e5 100644 --- a/Scripts/Services/Malas/Sphynx/Sphynx.cs +++ b/Scripts/Services/Malas/Sphynx/Sphynx.cs @@ -165,10 +165,9 @@ namespace Server.Mobiles { if (info.IsSwitched(1)) { - if (Banker.Deposit(from, 5000, true)) + if (Banker.Withdraw(from, 5000, true)) { SphynxFortune.ApplyFortune(from, Sphynx); - SphynxFortune.ApplyFortune(from, Sphynx); from.UpdateResistances(); }