diff options
| author | Killyana <morphone1@gmail.com> | 2016-01-16 19:34:00 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2016-03-22 23:00:52 +0100 |
| commit | 08ec7a9d1854d3ee8e1441a2d1fc23eba94ecaf6 (patch) | |
| tree | 598d7bd173644406ea952e90b02ce4c079af1836 | |
| parent | 9a24c7175d231e8240720097c652e1a807fc73ae (diff) | |
DB/Gossip: Remove a npc text
By @Saben65
Closes #16214
(cherry picked from commit 34847ea44a48911c113cd3ee6faf5d42be81ad4f)
| -rw-r--r-- | sql/updates/world/2016_03_22_10_world_2016_01_16_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2016_03_22_10_world_2016_01_16_01_world.sql b/sql/updates/world/2016_03_22_10_world_2016_01_16_01_world.sql new file mode 100644 index 00000000000..235378a7a84 --- /dev/null +++ b/sql/updates/world/2016_03_22_10_world_2016_01_16_01_world.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `npc_text` WHERE `ID` = 10884; +DELETE FROM `gossip_menu` WHERE `entry`=8441 AND `text_id`=10884; |
