aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGacko <gacko28@gmx.de>2013-01-19 01:42:40 +0100
committerGacko <gacko28@gmx.de>2013-01-19 01:42:40 +0100
commit13f457a407f90a7ad8f6ed0b66bdfe9b3eb63870 (patch)
treeb50263387473dc3d6dd272bb4ddb8a368ccb5582
parentb25820cc9911f5b5bfa121a34d8864d56fe45238 (diff)
DB: Lord Kelriss - Swap aggro and death text
-rw-r--r--sql/updates/world/2013_01_19_01_world_creature_text.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2013_01_19_01_world_creature_text.sql b/sql/updates/world/2013_01_19_01_world_creature_text.sql
new file mode 100644
index 00000000000..4fb6bc55c87
--- /dev/null
+++ b/sql/updates/world/2013_01_19_01_world_creature_text.sql
@@ -0,0 +1,2 @@
+UPDATE `creature_text` SET `text`='Just...Dust…',`sound`=5803 WHERE `entry`=4832 AND `groupid`=2;
+UPDATE `creature_text` SET `text`='Who dares disturb my meditation!' WHERE `entry`=4832 AND `groupid`=0;