aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2015-05-26 00:21:26 +0200
committerAokromes <Aokromes@users.noreply.github.com>2015-05-26 00:21:26 +0200
commit28ef8431ee5091da638d5bcd333629cb0b342213 (patch)
treebd29d980cb04a9214d0110cdab322841f35cafca
parentdc13cf0134f7bf1ad0a51766b9117da298a9b845 (diff)
DB/Creature: Remy "Two Times"
By Killyana, closes #12616
-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);