mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-25 15:53:52 +00:00
Migrate auras [skip ci]
This commit is contained in:
parent
91ca5dcade
commit
8e441f006e
@ -837,7 +837,7 @@ void Mob::MakeAura(uint16 spell_id)
|
||||
}
|
||||
|
||||
AuraRecord record{};
|
||||
if (!database.GetAuraEntry(spell_id, record)) {
|
||||
if (!content_db.GetAuraEntry(spell_id, record)) {
|
||||
Message(Chat::Red, "Unable to find data for aura %s", spells[spell_id].name);
|
||||
LogError("Unable to find data for aura [{}], check auras table", spell_id);
|
||||
return;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user