diff options
| author | Killyana <morphone1@gmail.com> | 2016-01-20 01:36:28 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2016-04-02 14:19:21 +0200 |
| commit | 9d6337751347dbc9b8c85b274f019d784b4a0572 (patch) | |
| tree | 884e4a1b5acba22edebfa0b0ba576ce048ac2316 | |
| parent | 9a202dfd4a12ac115bbcadff509b8aaadad59dfd (diff) | |
DB/Gossip: Add missing npc text to Lorrin Foxfire
(cherry picked from commit cc0a4e68f776c89b89f19de3bc9a385d2f86e90f)
| -rw-r--r-- | sql/updates/world/2016_04_02_08_world_2016_01_20_01_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2016_04_02_08_world_2016_01_20_01_world.sql b/sql/updates/world/2016_04_02_08_world_2016_01_20_01_world.sql new file mode 100644 index 00000000000..ee733b3c3bc --- /dev/null +++ b/sql/updates/world/2016_04_02_08_world_2016_01_20_01_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `gossip_menu` WHERE `entry` IN (9578) AND text_id=12927; +INSERT INTO `gossip_menu` (`entry`, `text_id`) VALUES +(9578, 12927); |
