mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
[Doors] Improvements to door manipulation (#2370)
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
*/
|
||||
void NpcScaleManager::ScaleNPC(NPC *npc)
|
||||
{
|
||||
if (npc->IsSkipAutoScale()) {
|
||||
if (npc->IsSkipAutoScale() || npc->GetNPCTypeID() == 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user