From 4f7db62f4b48b94431dba63d40b4003442aec29f 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 (cherry picked from commit e2f395863a7fb1a85dc7d09f2692198faae16f46) Rename 2016_08_14_01_world.txt to 2016_08_14_01_world.sql (cherry picked from commit 6d66adbdf158fbce0bc2cdf796d9987261f6033f) --- sql/updates/world/master/2017_02_12_02_world_2016_08_14_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2017_02_12_02_world_2016_08_14_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2017_02_12_02_world_2016_08_14_01_world.sql b/sql/updates/world/master/2017_02_12_02_world_2016_08_14_01_world.sql new file mode 100644 index 00000000000..b40520fc672 --- /dev/null +++ b/sql/updates/world/master/2017_02_12_02_world_2016_08_14_01_world.sql @@ -0,0 +1,2 @@ +-- NPC ID/entry 18019, Timothy Daniels +UPDATE `creature_template` SET `ScriptName`= '' WHERE `entry` = 18019; -- cgit v1.2.3