From 05098e2e1c04925092ccac3f567eae6d066371e6 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 3 Oct 2021 11:43:09 +0200 Subject: DB/NPC: Old Item Upgrade NPCs closes #27014 by xXBentRealityXx --- sql/updates/world/master/2021_10_03_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2021_10_03_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_10_03_01_world.sql b/sql/updates/world/master/2021_10_03_01_world.sql new file mode 100644 index 00000000000..582a11d8ed2 --- /dev/null +++ b/sql/updates/world/master/2021_10_03_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `subname` = '' WHERE `entry` IN (68979, 68980); -- cgit v1.2.3