aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZxBiohazardZx <zxbiohazardzx@gmail.com>2013-04-03 21:39:13 +0200
committerZxBiohazardZx <zxbiohazardzx@gmail.com>2013-04-03 21:39:13 +0200
commite277f0401b1eb43e08d7bd07f06d1252478ecfc8 (patch)
treee269380fbdd8e10dbb8e9096538868b930e95ddc
parentc55f711f49dc4513a30860913f331fd2e77de654 (diff)
added = sign to prevent issues for people etc
-rw-r--r--sql/updates/world/2013_04_03_02_world_sai.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/world/2013_04_03_02_world_sai.sql b/sql/updates/world/2013_04_03_02_world_sai.sql
index 7fe2640c9ea..8ae37e21ff2 100644
--- a/sql/updates/world/2013_04_03_02_world_sai.sql
+++ b/sql/updates/world/2013_04_03_02_world_sai.sql
@@ -657,8 +657,8 @@ INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_
(@HARDKNUCKLEMATRIARCH, 0, 2, 0, 0, 0, 100, 0, 6000, 10000, 12000, 15000, 11 , 61580, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Hardknuckle Matriarch - In Combat - Cast Cast Thunderstomp'),
(@HARDKNUCKLEMATRIARCH, 0, 3, 0, 6, 0, 100, 0, 0, 0, 0, 0, 45, 1, 1, 0, 0, 0, 0, 9, @GOREGEK, 0, 50, 0, 0, 0, 0, 'Hardknuckle Matriarch - On Death Send Data to Goregek');
-DELETE FROM `creature_ai_texts` WHERE `entry` -738;
-DELETE FROM `creature_text` WHERE `entry` =@HARDKNUCKLEMATRIARCH;
+DELETE FROM `creature_ai_texts` WHERE `entry`= -738;
+DELETE FROM `creature_text` WHERE `entry`=@HARDKNUCKLEMATRIARCH;
INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`) VALUES
(@HARDKNUCKLEMATRIARCH, 0, 0, 'We are Not Amused', 12, 0, 100, 0, 0, 0, 'Hardknuckle Matriarch');