Some adjustments to scale manager

This commit is contained in:
Akkadius
2018-12-16 02:30:53 -06:00
parent a7f2eebfdf
commit bc6109ec8f
3 changed files with 36 additions and 8 deletions
+1 -1
View File
@@ -21,7 +21,6 @@
#ifndef EQEMU_NPC_SCALE_MANAGER_H
#define EQEMU_NPC_SCALE_MANAGER_H
#include "npc.h"
class NpcScaleManager {
@@ -88,6 +87,7 @@ public:
};
void ScaleNPC(NPC * npc);
bool IsAutoScaled(NPC * npc);
bool LoadScaleData();
global_npc_scale GetGlobalScaleDataForTypeLevel(int8 npc_type, int npc_level);