diff options
-rw-r--r-- | sql/updates/world/master/2021_03_18_04_world_2017_12_21_02_world.sql | 2 | ||||
-rw-r--r-- | src/server/scripts/EasternKingdoms/Stratholme/instance_stratholme.cpp | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_03_18_04_world_2017_12_21_02_world.sql b/sql/updates/world/master/2021_03_18_04_world_2017_12_21_02_world.sql new file mode 100644 index 00000000000..b7fece8a3cb --- /dev/null +++ b/sql/updates/world/master/2021_03_18_04_world_2017_12_21_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `npcflag` = `npcflag` | 2 WHERE `entry` = 16031; diff --git a/src/server/scripts/EasternKingdoms/Stratholme/instance_stratholme.cpp b/src/server/scripts/EasternKingdoms/Stratholme/instance_stratholme.cpp index 4f8788eae42..14385ca007e 100644 --- a/src/server/scripts/EasternKingdoms/Stratholme/instance_stratholme.cpp +++ b/src/server/scripts/EasternKingdoms/Stratholme/instance_stratholme.cpp @@ -171,6 +171,7 @@ class instance_stratholme : public InstanceMapScript break; case NPC_YSIDA: ysidaGUID = creature->GetGUID(); + me->RemoveNpcFlag(UNIT_NPC_FLAG_QUESTGIVER); break; } } |