From d01e7a0d2f9436aeeb7e6c195b6197998637be4c Mon Sep 17 00:00:00 2001 From: Shauren Date: Sun, 20 Aug 2023 12:26:29 +0200 Subject: Scripts/Spells: Moved creature script to spell script --- sql/updates/world/master/2023_08_20_00_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/master/2023_08_20_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2023_08_20_00_world.sql b/sql/updates/world/master/2023_08_20_00_world.sql new file mode 100644 index 00000000000..e10895686b1 --- /dev/null +++ b/sql/updates/world/master/2023_08_20_00_world.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `ScriptName`='' WHERE `entry`=47649; -- cgit v1.2.3