From e021ffdb5fa05f663f5a77e28ff45cecb3ebd244 Mon Sep 17 00:00:00 2001 From: davidZX Date: Wed, 10 Aug 2022 21:16:43 -0600 Subject: [PATCH] SQL/UPDATE +2022_08_10_02_fix_npc_51127 --- sql/updates/world/2022_08_10_02_fix_npc_51127.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2022_08_10_02_fix_npc_51127.sql diff --git a/sql/updates/world/2022_08_10_02_fix_npc_51127.sql b/sql/updates/world/2022_08_10_02_fix_npc_51127.sql new file mode 100644 index 0000000..f4494f5 --- /dev/null +++ b/sql/updates/world/2022_08_10_02_fix_npc_51127.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `flags_extra`= 2 WHERE `entry` = 51127; \ No newline at end of file