aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorjoschiwald <joschiwald.trinity@gmail.com>2014-09-04 19:42:37 +0200
committerjoschiwald <joschiwald.trinity@gmail.com>2014-09-04 19:42:37 +0200
commit5ad8dcc5d6a77622a1f59599b191903d0e804f26 (patch)
treec9c42201bb8c89d6b6bc8585029c0b4ef977e7a3 /sql/updates
parent816c8c1c7a698fddbec74cc693f8abc88f72e51e (diff)
Core/Misc:
- fixed an oracle/wolvar reputation change issue - moved texts of read pronouncement to db Closes #9105
Diffstat (limited to 'sql/updates')
-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');