diff options
| author | tkrokli <tkrokli@users.noreply.github.com> | 2016-08-14 12:05:24 +0200 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2016-08-14 12:05:24 +0200 |
| commit | e2f395863a7fb1a85dc7d09f2692198faae16f46 (patch) | |
| tree | 6dec248bcb557ff41bf566538b2989af45d7e4b3 /sql | |
| parent | 0c6eeb3abc54dbc0f147e5098619e8e19e27accd (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
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2016_08_14_01_world.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
