diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2014-03-03 02:16:32 +0100 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-03-03 02:16:32 +0100 |
commit | de522e5fb53d9f3d6e3985c7e118d3ce7041455e (patch) | |
tree | 412f01ee3fd39c3190704c680e90cc377cd2a35e | |
parent | e4ab18a69c677183a519393708bc5ce32fb38fcc (diff) |
DB/Creature: Commander Stoutbeard's yell
Closes #7948
-rw-r--r-- | sql/updates/world/2014_03_03_00_creature_text.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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; |