Skip to content

Commit

Permalink
Core/Scripts Boss Lady DeathWhisper improvements (#17389)
Browse files Browse the repository at this point in the history
  • Loading branch information
sirikfoll authored and SnapperRy committed Oct 14, 2016
1 parent 1824347 commit 8e82d8a
Show file tree
Hide file tree
Showing 3 changed files with 445 additions and 396 deletions.
15 changes: 15 additions & 0 deletions sql/updates/world/3.3.5/2016_99_99_99_world.sql
@@ -0,0 +1,15 @@
UPDATE `creature_template` SET `unit_flags`=33554432 WHERE `entry`=38222;
UPDATE `creature_template` SET `speed_run`=0.571429 WHERE `entry`=38222;
UPDATE `spell_dbc` SET `DurationIndex`=29, `Effect1`=6, `EffectImplicitTargetA1`=1, `EffectApplyAuraName1`=61, `EffectBasePoints1`=100 WHERE `Id`=71290;

DELETE FROM `linked_respawn`WHERE `guid`=201129 AND `linkedGuid`=201129;
DELETE FROM `creature_template_addon` WHERE `entry` IN (38009,38010,38136);
INSERT INTO `creature_template_addon` (`entry`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES
(38009,0,0,0,0,0,71235),
(38010,0,0,0,0,0,'71234 70768'),
(38136,0,0,0,0,0,70901);

DELETE FROM `spell_script_names` WHERE `ScriptName` IN('spell_deathwhisper_dominated_mind', 'spell_deathwhisper_summon_spirits','spell_cultist_dark_martyrdom');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(71289,'spell_deathwhisper_dominated_mind'),
(72478,'spell_deathwhisper_summon_spirits');

4 comments on commit 8e82d8a

@ccrs
Copy link
Member

@ccrs ccrs commented on 8e82d8a Oct 14, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Were the related crashes fixed?

@Aokromes
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes.

@SnapperRy
Copy link
Contributor

@SnapperRy SnapperRy commented on 8e82d8a Oct 14, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No further crashes were reported. If there's any, someone will report it and it will be fixed :P but people must be able to test it first (and we all know PR's test pool just isn't enough).

@Keader
Copy link
Member

@Keader Keader commented on 8e82d8a Oct 14, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if i remember right, @sirikfoll fixed crash related.
If he not... now more crash logs will appear and should be more "easy" to fix, with multiple logs.

Please sign in to comment.