Update Sphynx

This commit is contained in:
Voxpire 2026-01-24 12:37:10 +00:00 committed by GitHub
parent 654adb6c32
commit 658d6b71a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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