From 437b97fe73d536bc049813e61a97a8f6d58b65af Mon Sep 17 00:00:00 2001 From: Aokromes Date: Mon, 3 Mar 2014 05:52:41 +0100 Subject: [PATCH] Update 2014_03_03_00_creature_text.sql --- sql/updates/world/2014_03_03_00_creature_text.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;