From 2e828b402683f9296489f13123edd763dc1fd9d7 Mon Sep 17 00:00:00 2001 From: Killyana Date: Fri, 22 Dec 2017 20:20:14 +0100 Subject: Scripts/Stratholme: Fix a DB error Ref #20749 (cherry picked from commit be56a4669e6f1b1d34a9a1e2ed19b627e1263cfb) --- sql/updates/world/master/2021_03_18_04_world_2017_12_21_02_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2021_03_18_04_world_2017_12_21_02_world.sql (limited to 'sql') 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; -- cgit v1.2.3