mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 13:28:25 +00:00
More faction calls [skip ci]
This commit is contained in:
+4
-3
@@ -7851,10 +7851,11 @@ void Client::SetFactionLevel(uint32 char_id, uint32 npc_id, uint8 char_class, ui
|
||||
int32 current_value;
|
||||
|
||||
// Get the npc faction list
|
||||
if (!database.GetNPCFactionList(npc_id, faction_id, npc_value, temp))
|
||||
if (!content_db.GetNPCFactionList(npc_id, faction_id, npc_value, temp)) {
|
||||
return;
|
||||
for (int i = 0; i < MAX_NPC_FACTIONS; i++)
|
||||
{
|
||||
}
|
||||
|
||||
for (int i = 0; i < MAX_NPC_FACTIONS; i++) {
|
||||
int32 faction_before_hit;
|
||||
int32 faction_to_use_for_messaging;
|
||||
FactionMods fm;
|
||||
|
||||
Reference in New Issue
Block a user