diff options
author | Dr-J <daniel.jarrott0@gmail.com> | 2015-02-18 00:06:40 +0000 |
---|---|---|
committer | Dr-J <daniel.jarrott0@gmail.com> | 2015-02-18 00:06:40 +0000 |
commit | 63913bc37bc3c70107576d6952a30dcb3f8af8ae (patch) | |
tree | 142d1c807211e47b465f1c2ee4404a2469a5cff2 | |
parent | 03f32bee7bf264984189e233af9f7998b62506f5 (diff) |
DB/Misc: Correct gossip menu
Correct a mistake from earlier commit
-rw-r--r-- | sql/updates/world/2015_02_17_05_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2015_02_17_05_world.sql b/sql/updates/world/2015_02_17_05_world.sql new file mode 100644 index 00000000000..807f4f81a5d --- /dev/null +++ b/sql/updates/world/2015_02_17_05_world.sql @@ -0,0 +1 @@ +UPDATE `gossip_menu` SET `text_id`=9715 WHERE `entry`=7931 AND `text_id`=1915; |