Skip to content

Commit 4a7fb34

Browse files
committed
[ACID] Dire Maul Crystal Totem 13916 - NSR
Some more corrupted stats fixed and totemai removed as cts is also empty Linked to cmangos/mangos-tbc@32f744f#commitcomment-116315348
1 parent a114fc6 commit 4a7fb34

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ACID/acid_tbc.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -30920,7 +30920,7 @@ INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_invers
3092030920
('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'),
3092130921
('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'),
3092230922
('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'),
30923-
-- Dire Maul Crystal Totem 13916 - TotemAI
30923+
-- Dire Maul Crystal Totem 13916 - NSR
3092430924
-- Thornling 14362
3092530925
('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'),
3092630926
('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'),
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
-- Remove TotemAI from Dire Maul Crystal Totem 13916
2+
UPDATE `creature_template` SET AIName= '', `InhabitType` = 4, `MinLevel` = 1, `MaxLevel` = 1, `NpcFlags` = 0, `UnitFlags` = 33554688, `SpeedWalk` = 1 WHERE `entry` = 13916;
3+
DELETE FROM `creature_template_spells` WHERE `entry` = 13916;
4+

0 commit comments

Comments
 (0)