diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2014-03-03 05:52:41 +0100 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-03-03 05:52:41 +0100 |
commit | 437b97fe73d536bc049813e61a97a8f6d58b65af (patch) | |
tree | 126d2094335b7f9acf7cc678018b0e9aa5e93010 | |
parent | 2bea809cd825240ff897d250de0a87c04b4a9e27 (diff) |
Update 2014_03_03_00_creature_text.sql
-rw-r--r-- | sql/updates/world/2014_03_03_00_creature_text.sql | 2 |
1 files changed, 1 insertions, 1 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 index 074730c40ee..97d53e1625b 100644 --- a/sql/updates/world/2014_03_03_00_creature_text.sql +++ b/sql/updates/world/2014_03_03_00_creature_text.sql @@ -1,3 +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`='What? Where in the...don\'t just stand around, lads! Kill somebody!' WHERE `entry`=26796 AND `groupid`=0; UPDATE `creature_text` SET `text`='Is that all you...got...' WHERE `entry`=26796 AND `groupid`=2; |