aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2015-05-23 03:57:01 +0200
committerShinDarth <borzifrancesco@gmail.com>2015-07-01 21:34:55 +0200
commit1684eb36ebd93c265763317790d4cc9f82533045 (patch)
tree5452f6dfda952e71c0e93f1c51c4b58484a593a0 /sql
parent4db448a4d1e32980253f523bce165d1ed39ecd31 (diff)
DB/Creature: Sten Stoutarm
By Killyana, closes #12541
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2015_05_23_00_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2015_05_23_00_world.sql b/sql/updates/world/2015_05_23_00_world.sql
new file mode 100644
index 00000000000..914b721b2ed
--- /dev/null
+++ b/sql/updates/world/2015_05_23_00_world.sql
@@ -0,0 +1,4 @@
+--
+UPDATE `creature_template` SET `npcflag`=3, `gossip_menu_id`=4047 WHERE `entry`=658;
+DELETE FROM `gossip_menu` WHERE `entry`=4047;
+INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (4047, 4937);