aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2015-05-26 00:21:26 +0200
committerDDuarte <dnpd.dd@gmail.com>2015-07-03 00:56:14 +0100
commit8c735503c63c074a0f639c455fa45b4e3f36d664 (patch)
treeb64edb89a8cc810648fc8db22fc4ae2f6a38df94
parent2400ce05e0e67bc8857e650452389f943d14d2f1 (diff)
DB/Creature: Remy "Two Times"
By Killyana, closes #12616 (cherry picked from commit 28ef8431ee5091da638d5bcd333629cb0b342213)
-rw-r--r--sql/updates/world/2015_05_26_00_world.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2015_05_26_00_world.sql b/sql/updates/world/2015_05_26_00_world.sql
new file mode 100644
index 00000000000..cc1a6810764
--- /dev/null
+++ b/sql/updates/world/2015_05_26_00_world.sql
@@ -0,0 +1,7 @@
+--
+UPDATE `creature_template` SET `npcflag`=3, `gossip_menu_id`=5032 WHERE `entry`=241;
+DELETE FROM `gossip_menu` WHERE `entry`=5032;
+INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (5032, 6158);
+DELETE FROM `npc_text` WHERE `ID`=6158;
+INSERT INTO `npc_text` (`ID`, `text0_0`, `text0_1`, `BroadcastTextID0`, `lang0`, `prob0`, `em0_0`, `em0_1`) VALUES
+(6158, 'Hey there, friend. My name''s Remy. I''m from Redridge to the east, and came here looking for business, looking for business. You got any...got any??', 'Hey there, friend. My name''s Remy. I''m from Redridge to the east, and came here looking for business, looking for business. You got any...got any??', 0, 0, 1, 0, 0);