diff options
| author | SnapperRy <snapperryen@gmail.com> | 2016-10-11 11:16:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-11 11:16:51 +0200 |
| commit | f64041e602dfcf80608402257782ff2627f09384 (patch) | |
| tree | 9d538aec41b0f00073e7d80de2bc6f1c3783183b | |
| parent | 407983f3a372697c497c29b47029c1e9ae3af090 (diff) | |
DB/Gossip: fix gossip for creature Jack Adams.
Involved in quest Gambling Debt (Part 2).
| -rw-r--r-- | sql/updates/world/3.3.5/2016_10_11_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_10_11_01_world.sql b/sql/updates/world/3.3.5/2016_10_11_01_world.sql new file mode 100644 index 00000000000..8e5202d9d85 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_10_11_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `gossip_menu` SET `text_id`=12178 WHERE `entry`=9025; |
