aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMalcrom <malcromdev@gmail.com>2013-01-07 19:50:31 -0330
committerMalcrom <malcromdev@gmail.com>2013-01-07 19:50:31 -0330
commit1c77eee9176cca37153c25757495ac738053db74 (patch)
tree2b27261535da8e15913ee15f55de7daa17bc7f96 /sql
parent5ce88118eee8cbb84a01b8db853bbb895b6a8f38 (diff)
Core/Scripting: Move Text for Shirrak the Dead Watcher to creature text
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2013_01_07_14_world_creature_text.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2013_01_07_14_world_creature_text.sql b/sql/updates/world/2013_01_07_14_world_creature_text.sql
new file mode 100644
index 00000000000..d68eb93ff4e
--- /dev/null
+++ b/sql/updates/world/2013_01_07_14_world_creature_text.sql
@@ -0,0 +1,4 @@
+-- Texts for Shirrak the Dead Watcher
+DELETE FROM `creature_text` WHERE `entry`= 18371;
+INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES
+(18371,0,0, '%s focuses on $n!',41,0,100,0,0,0, 'Shirrak the Dead Watcher - Emote Focus');