Skip to content

Commit

Permalink
added = sign to prevent issues for people etc
Browse files Browse the repository at this point in the history
  • Loading branch information
ZxBiohazardZx committed Apr 3, 2013
1 parent c55f711 commit e277f04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sql/updates/world/2013_04_03_02_world_sai.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down

0 comments on commit e277f04

Please sign in to comment.