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(); }