diff options
author | Rushor <PBienati@web.de> | 2015-03-15 16:08:23 +0100 |
---|---|---|
committer | Rushor <PBienati@web.de> | 2015-03-15 16:08:23 +0100 |
commit | 1d8f98d988171fab895b23c2d0ca2d2fb39d352f (patch) | |
tree | 5cc5a29f206f62cee34d3415f5692e3ace0fddca | |
parent | ca174e4239b4801996da22adfdf9d82919852eb1 (diff) |
DB/Object: Stone of Remembrance
* thx @Kittnz for providing the datas
closes #14363
-rw-r--r-- | sql/updates/world/2015_03_15_10_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2015_03_15_10_world.sql b/sql/updates/world/2015_03_15_10_world.sql new file mode 100644 index 00000000000..b639c813766 --- /dev/null +++ b/sql/updates/world/2015_03_15_10_world.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `gossip_menu` WHERE `entry`=5004; +INSERT INTO `gossip_menu` (`entry`, `text_id`) VALUES (5004, 6062); |