mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
moved battlenpc loading to db (still doesnt load for some reason)
This commit is contained in:
@@ -158,7 +158,6 @@ namespace FFXIVClassic_Map_Server.actors.chara.ai
|
||||
|
||||
if (BattleUtils.CalculateSpellCost(user, target, this) > user.GetMP())
|
||||
{
|
||||
// todo: error message
|
||||
if (user is Player)
|
||||
((Player)user).SendGameMessage(Server.GetWorldManager().GetActor(), 32545, 0x20, (uint)id);
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user