mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Scripts/Stratholme: Fix a DB error
Ref #20749
(cherry picked from commit be56a4669e)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
--
|
||||
UPDATE `creature_template` SET `npcflag` = `npcflag` | 2 WHERE `entry` = 16031;
|
||||
@@ -171,6 +171,7 @@ class instance_stratholme : public InstanceMapScript
|
||||
break;
|
||||
case NPC_YSIDA:
|
||||
ysidaGUID = creature->GetGUID();
|
||||
me->RemoveNpcFlag(UNIT_NPC_FLAG_QUESTGIVER);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user