diff options
-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; |