Removed override functions in blackrock spire script
This commit is contained in:
parent
3d49aa7150
commit
21cfee757e
1 changed files with 2 additions and 2 deletions
|
|
@ -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())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue