Skip to content

Commit

Permalink
[ACID] Dire Maul Crystal Totem 13916 - NSR
Browse files Browse the repository at this point in the history
Some more corrupted stats fixed and totemai removed as cts is also empty

Linked to cmangos/mangos-tbc@32f744f#commitcomment-116315348
  • Loading branch information
AnonXS committed Jun 3, 2023
1 parent a114fc6 commit 4a7fb34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ACID/acid_tbc.sql
Original file line number Diff line number Diff line change
Expand Up @@ -30920,7 +30920,7 @@ INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_invers
('1292201','12922','11','0','100','0','0','0','0','0','0','0','57','3','20','0','0','0','0','0','0','0','0','0','Imp Minion - Enable No Melee Mode on Aggro'),
('1292202','12922','4','0','10','0','0','0','0','0','0','0','54','0','0','1','0','0','0','0','0','0','0','0','Imp Minion - Random Say on Aggro'),
('1292203','12922','0','0','100','1025','1000','2000','2000','3000','0','0','11','20801','1','256','0','0','0','0','0','0','0','0','Imp Minion - Cast Firebolt'),
-- Dire Maul Crystal Totem 13916 - TotemAI
-- Dire Maul Crystal Totem 13916 - NSR
-- Thornling 14362
('1436201','14362','11','0','100','0','0','0','0','0','0','0','50','0','0','0','11','23973','0','0','0','0','0','0','Thornling - Set ReactState Passive and Cast Root Self on Spawn'),
('1436202','14362','29','0','100','0','2000','2000','0','0','0','0','1','9374','0','0','11','22788','0','0','0','0','0','0','Thornling - Text Emote and Cast Grow on Generic Timer'),
Expand Down
4 changes: 4 additions & 0 deletions Updates/0036_DireMaulCrystalTotem_TotemAI.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-- Remove TotemAI from Dire Maul Crystal Totem 13916
UPDATE `creature_template` SET AIName= '', `InhabitType` = 4, `MinLevel` = 1, `MaxLevel` = 1, `NpcFlags` = 0, `UnitFlags` = 33554688, `SpeedWalk` = 1 WHERE `entry` = 13916;
DELETE FROM `creature_template_spells` WHERE `entry` = 13916;

0 comments on commit 4a7fb34

Please sign in to comment.