mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
[Cleanup] Cleanup Deity Code (#4363)
* [Cleanup] Cleanup Deity-based Code * Final push. * Update deity.cpp * Update deity.cpp * Update deity.cpp * Cleanup * Cleanup * [Cleanup] Cleanup Skill-based Code * Update deity.cpp * Update lua_client.cpp
This commit is contained in:
+1
-1
@@ -3427,7 +3427,7 @@ bool Perl_Mob_IsAlwaysAggro(Mob* self)
|
||||
|
||||
std::string Perl_Mob_GetDeityName(Mob* self)
|
||||
{
|
||||
return EQ::deity::GetDeityName(static_cast<EQ::deity::DeityType>(self->GetDeity()));
|
||||
return Deity::GetName(self->GetDeity());
|
||||
}
|
||||
|
||||
perl::array Perl_Mob_GetBuffs(Mob* self)
|
||||
|
||||
Reference in New Issue
Block a user