From 9657f27332b6fd6f97c55bcb7e27f423480917c8 Mon Sep 17 00:00:00 2001 From: Skjalf <47818697+Nyeriah@users.noreply.github.com> Date: Wed, 26 Nov 2025 20:28:36 -0300 Subject: [PATCH] fix typo 2 --- ...progression_80_2_ArgentTournamentConstructionQuests_down.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bracket_80_3/sql/world/progression_80_2_ArgentTournamentConstructionQuests_down.sql b/src/Bracket_80_3/sql/world/progression_80_2_ArgentTournamentConstructionQuests_down.sql index 6e3889f..b4f3bd6 100644 --- a/src/Bracket_80_3/sql/world/progression_80_2_ArgentTournamentConstructionQuests_down.sql +++ b/src/Bracket_80_3/sql/world/progression_80_2_ArgentTournamentConstructionQuests_down.sql @@ -1,4 +1,4 @@ -UPDATE `creature_template` SET `npcflag` = `npcflag`~2 WHERE `entry` IN (33434, 33435); +UPDATE `creature_template` SET `npcflag` = `npcflag`&~2 WHERE `entry` IN (33434, 33435); DELETE FROM `creature_queststarter` WHERE `quest` IN (13820, 13681, 13627);