From de522e5fb53d9f3d6e3985c7e118d3ce7041455e Mon Sep 17 00:00:00 2001 From: Aokromes Date: Mon, 3 Mar 2014 02:16:32 +0100 Subject: DB/Creature: Commander Stoutbeard's yell Closes #7948 --- sql/updates/world/2014_03_03_00_creature_text.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2014_03_03_00_creature_text.sql (limited to 'sql') diff --git a/sql/updates/world/2014_03_03_00_creature_text.sql b/sql/updates/world/2014_03_03_00_creature_text.sql new file mode 100644 index 00000000000..074730c40ee --- /dev/null +++ b/sql/updates/world/2014_03_03_00_creature_text.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_text` SET `text`='What? Where in the...don\'t just stand around, lads! Kill somebody!' WHERE `entry`=26796 `groupid`=0; +UPDATE `creature_text` SET `text`='Is that all you...got...' WHERE `entry`=26796 AND `groupid`=2; -- cgit v1.2.3