aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr-J <daniel.jarrott0@gmail.com>2014-10-15 01:43:19 +0100
committerDr-J <daniel.jarrott0@gmail.com>2014-10-15 01:43:19 +0100
commit4542773912c46206298848184e5b8e00688a3303 (patch)
treea648c194ba84db44b9f9139573684c1896811ba5
parent8fdc7a6286624462ff31f7b4779142efdb0b45d2 (diff)
DB/Misc: Chill Nymph's Do Not Speak in Common
Dont know why some of the texts used by 23678 (Chill Nymph) had language 7 when both in Broadcast text and in sniff these are language 0
-rw-r--r--sql/updates/world/2014_10_15_00_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2014_10_15_00_world.sql b/sql/updates/world/2014_10_15_00_world.sql
new file mode 100644
index 00000000000..4414565d5bf
--- /dev/null
+++ b/sql/updates/world/2014_10_15_00_world.sql
@@ -0,0 +1 @@
+UPDATE `creature_text` SET `language`=0 WHERE `entry`=23678 AND `groupid`=1;