Fix(DB/Core): UBRS - General Drakissath (#1703)

* Ported Chromatic Elite Guard from SAI to the core so I can bring the General and the not attacked Chromatic Elite Guard to attack the party
This commit is contained in:
Pondaveia
2019-04-20 07:51:27 +01:00
committed by Poszer
parent 35d4fcf697
commit 6b6083e077
2 changed files with 102 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1554842995091120500');
UPDATE `creature_template` SET `ScriptName`='chromatic_elite_guard', `AIName`='' WHERE `entry`= 10814;
DELETE FROM `smart_scripts` WHERE `entryorguid`= 10814;