mirror of
https://github.com/ServUO/ServUO
synced 2026-08-11 20:23:04 -04:00
Update Sphynx
This commit is contained in:
parent
654adb6c32
commit
658d6b71a3
1 changed files with 1 additions and 2 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue