From 2a8ff02cfbf1098fd5d489426cbef9f1d28185ca Mon Sep 17 00:00:00 2001 From: offl Date: Sat, 17 Jul 2021 21:56:46 +0300 Subject: DB/Misc: Fix error introduced after 863635dbf982394716d13608659ad81aa28812d3 --- sql/updates/world/3.3.5/2021_07_17_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2021_07_17_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2021_07_17_00_world.sql b/sql/updates/world/3.3.5/2021_07_17_00_world.sql new file mode 100644 index 00000000000..be112f1938d --- /dev/null +++ b/sql/updates/world/3.3.5/2021_07_17_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `ScriptName` = 'npc_son_of_flame' WHERE `entry` = 12143; -- cgit v1.2.3