Removed override functions in blackrock spire script

This commit is contained in:
talamortis
2017-11-21 10:17:52 +00:00
parent 3d49aa7150
commit 21cfee757e

View File

@@ -67,7 +67,7 @@ public:
memset(go_emberseerrunes, 0, sizeof(go_emberseerrunes));
}
void CreatureLooted(Creature* creature, LootType loot) override
void CreatureLooted(Creature* creature, LootType loot)
{
switch (creature->GetEntry())
{
@@ -80,7 +80,7 @@ public:
}
}
void OnCreatureCreate(Creature* creature) override
void OnCreatureCreate(Creature* creature)
{
switch (creature->GetEntry())
{