refactor(Scripts/Pet): code cleanup (part 8) (#6928)

This commit is contained in:
Francesco Borzì
2021-07-21 19:05:05 +02:00
committed by GitHub
parent e954e3e32a
commit e556560bc1
3 changed files with 7 additions and 11 deletions

View File

@@ -21,11 +21,6 @@ enum HunterSpells
SPELL_HUNTER_PET_SCALING = 62915
};
enum HunterCreatures
{
NPC_HUNTER_VIPER = 19921
};
class npc_pet_hunter_snake_trap : public CreatureScript
{
public: