mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
Core/Scripts: Build fix
This commit is contained in:
@@ -158,7 +158,7 @@ class OrbsDespawner : public BasicEvent
|
||||
Creature* _creature;
|
||||
};
|
||||
|
||||
uint32 const GetSisterData(uint32 sisterEntry)
|
||||
static uint32 GetSisterData(uint32 sisterEntry)
|
||||
{
|
||||
return sisterEntry == NPC_FJOLA_LIGHTBANE ? DATA_FJOLA_LIGHTBANE : DATA_EYDIS_DARKBANE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user