diff options
| author | tkrokli <tkrokli@users.noreply.github.com> | 2016-08-14 12:05:24 +0200 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-02-12 14:52:55 +0100 |
| commit | 4f7db62f4b48b94431dba63d40b4003442aec29f (patch) | |
| tree | ece73db0186fc9d4f48c2684cb9dc1117c6f8f2e /sql | |
| parent | 7223adfea3e8e9bce73879d092ce380466c90475 (diff) | |
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)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2017_02_12_02_world_2016_08_14_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
