From e2f395863a7fb1a85dc7d09f2692198faae16f46 Mon Sep 17 00:00:00 2001 From: tkrokli Date: Sun, 14 Aug 2016 12:05:24 +0200 Subject: Core/Scripts: remove script npc_timothy_daniels (#17779) The core script `npc_timothy_daniels` is no longer needed, all the gossip handling is already present in the database. - remove core script npc_timothy_daniels - remove ScriptName from c_t entry in DB --- sql/updates/world/3.3.5/2016_08_14_01_world.txt | 2 ++ 1 file changed, 2 insertions(+) create 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.txt b/sql/updates/world/3.3.5/2016_08_14_01_world.txt new file mode 100644 index 00000000000..b40520fc672 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_08_14_01_world.txt @@ -0,0 +1,2 @@ +-- NPC ID/entry 18019, Timothy Daniels +UPDATE `creature_template` SET `ScriptName`= '' WHERE `entry` = 18019; -- cgit v1.2.3