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:
parent
35d4fcf697
commit
6b6083e077
2 changed files with 102 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue