diff options
author | Dr-J <daniel.jarrott0@gmail.com> | 2016-04-02 12:39:31 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2016-04-09 17:48:36 +0200 |
commit | f8fea0af4100c19b42ceb85d9009d14382e1491e (patch) | |
tree | 62a75cc8984bb59f5ffb0c88ceadedf57842c520 /sql | |
parent | 181da2a65cd4df7a37861edc6478dd5e526b86b6 (diff) |
DB/Misc: Exterminate some NPCS
Closes #16891
Condition is to shut up Wintersorn Berserker which otherwise still speaks ooc.
(cherry picked from commit 1f7d6ee93a5950420807ad0878224601d39a2b8a)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/2016_04_09_19_world_2016_04_02_00_world.sql | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sql/updates/world/2016_04_09_19_world_2016_04_02_00_world.sql b/sql/updates/world/2016_04_09_19_world_2016_04_02_00_world.sql new file mode 100644 index 00000000000..dc8f4375da0 --- /dev/null +++ b/sql/updates/world/2016_04_09_19_world_2016_04_02_00_world.sql @@ -0,0 +1,14 @@ +DELETE FROM `creature_addon` WHERE `guid` IN(106613,106612,106611,106879,106509); +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(106613, 0, 0, 0, 4097, 0, '29266'), +(106612, 0, 0, 0, 4097, 0, '29266'), +(106611, 0, 0, 0, 4097, 0, '29266'), +(106879, 0, 0, 0, 4097, 0, '29266'), +(106509, 0, 0, 0, 4097, 0, '29266'); + + +UPDATE `creature` SET `unit_flags`=570721024 WHERE `guid` IN(106613,106612,106611,106879,106509); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=23666; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(22, 4, 23666, 0, 0, 1, 1, 29266, 0, 0, 1, 0, 0, '', 'Winterskorn Berserker only run SAI if Winterskorn Berserker does not have aura Permanent Feign Death'); |