Core/Scripting: Allow Headless Horseman to be attacked

Fix by digz6666.
Note: this script needs rewrite, any pull request doing it is welcome.
Closes #3568
This commit is contained in:
Aokromes
2013-07-02 17:38:07 +02:00
parent ac6fcda030
commit 258df112a8

View File

@@ -435,6 +435,7 @@ public:
headGUID = 0;
}
me->RemoveFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_IMMUNE_TO_PC);
//if (instance)
// instance->SetData(DATA_HORSEMAN_EVENT, NOT_STARTED);
}