From 6d66adbdf158fbce0bc2cdf796d9987261f6033f Mon Sep 17 00:00:00 2001 From: Carbenium Date: Sun, 14 Aug 2016 14:20:01 +0200 Subject: Rename 2016_08_14_01_world.txt to 2016_08_14_01_world.sql --- sql/updates/world/3.3.5/2016_08_14_01_world.sql | 2 ++ sql/updates/world/3.3.5/2016_08_14_01_world.txt | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 sql/updates/world/3.3.5/2016_08_14_01_world.sql delete mode 100644 sql/updates/world/3.3.5/2016_08_14_01_world.txt (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2016_08_14_01_world.sql b/sql/updates/world/3.3.5/2016_08_14_01_world.sql new file mode 100644 index 00000000000..b40520fc672 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_08_14_01_world.sql @@ -0,0 +1,2 @@ +-- NPC ID/entry 18019, Timothy Daniels +UPDATE `creature_template` SET `ScriptName`= '' WHERE `entry` = 18019; diff --git a/sql/updates/world/3.3.5/2016_08_14_01_world.txt b/sql/updates/world/3.3.5/2016_08_14_01_world.txt deleted file mode 100644 index b40520fc672..00000000000 --- a/sql/updates/world/3.3.5/2016_08_14_01_world.txt +++ /dev/null @@ -1,2 +0,0 @@ --- NPC ID/entry 18019, Timothy Daniels -UPDATE `creature_template` SET `ScriptName`= '' WHERE `entry` = 18019; -- cgit v1.2.3