Skip to content

Commit

Permalink
Update 20230623143144_world.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
NickTyrer authored Jul 31, 2023
1 parent f7c704f commit 86f767a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sql/migrations/20230623143144_world.sql
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,10 @@ REPLACE INTO `conditions` (`condition_entry`, `type`, `value1`, `value2`, `value

UPDATE `quest_template` SET `RequiredCondition` = 805 WHERE `entry` IN (2218, 2205, 2241);

-- ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-- Ancient of War Does Not Have Gossip
UPDATE `creature_template` SET `npc_flags` = 0 WHERE `entry`=3469;


-- End of migration.
END IF;
Expand Down

0 comments on commit 86f767a

Please sign in to comment.