aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/EasternKingdoms
diff options
context:
space:
mode:
authoroffl <11556157+offl@users.noreply.github.com>2021-09-04 02:13:45 +0300
committerGitHub <noreply@github.com>2021-09-04 02:13:45 +0300
commit0e12e23f7784b4a80d3515cb094342cb677e35b2 (patch)
tree61d053f6f56f87d1cdb570e0c2bf6a2704e02b27 /src/server/scripts/EasternKingdoms
parent5a60082e5d3a5290f142168c3142c54b000cb2b0 (diff)
DB/Creature: Remove remaining non-static flags from DB, finally (#26884)
Diffstat (limited to 'src/server/scripts/EasternKingdoms')
-rw-r--r--src/server/scripts/EasternKingdoms/Karazhan/karazhan.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/scripts/EasternKingdoms/Karazhan/karazhan.cpp b/src/server/scripts/EasternKingdoms/Karazhan/karazhan.cpp
index 8dab20baa03..ec5916b28f1 100644
--- a/src/server/scripts/EasternKingdoms/Karazhan/karazhan.cpp
+++ b/src/server/scripts/EasternKingdoms/Karazhan/karazhan.cpp
@@ -467,6 +467,7 @@ public:
void Reset() override
{
Initialize();
+ me->SetFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_NON_ATTACKABLE);
if (instance->GetGuidData(DATA_IMAGE_OF_MEDIVH).IsEmpty())
{