Skip to content

Commit

Permalink
Fix previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
xfurry committed Nov 6, 2016
1 parent a0e24ef commit 1ea2ae8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/scriptdev2/scripts/kalimdor/dire_maul/dire_maul.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ class instance_dire_maul : public ScriptedInstance

void OnCreatureEnterCombat(Creature* pCreature) override;
void OnCreatureDeath(Creature* pCreature) override;
void OnCreatureEvade(Creature* pCreature) override;

const char* Save() const override { return m_strInstData.c_str(); }
void Load(const char* chrIn) override;
Expand Down

0 comments on commit 1ea2ae8

Please sign in to comment.