aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2014-09-04 20:09:09 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2014-09-04 20:09:09 +0200
commit267a9a17bad2170f81a9ea96c5a4fe63927249f1 (patch)
tree1467b11caf32dbda92d731bf37ceadce44384465 /sql
parentecb317c3006181611dac01554560f15f265aa0e9 (diff)
parent5ad8dcc5d6a77622a1f59599b191903d0e804f26 (diff)
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2014_09_04_01_creature_text.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2014_09_04_01_creature_text.sql b/sql/updates/world/2014_09_04_01_creature_text.sql
new file mode 100644
index 00000000000..c2f2f6c7242
--- /dev/null
+++ b/sql/updates/world/2014_09_04_01_creature_text.sql
@@ -0,0 +1,4 @@
+DELETE FROM `creature_text` WHERE `entry`=30215;
+INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `BroadcastTextID`, `comment`) VALUES
+(30215, 1, 0, 'Sons of Hodir! I humbly present to you....', 42, 0, 100, 0, 0, 0, 30906, 'Player - Read Pronouncement'),
+(30215, 2, 0, 'The Helm of Hodir!', 42, 0, 100, 0, 0, 0, 30907, 'Player - Read Pronouncement');