refactor(CORE/Instance): Move Pandemonius script from SAI to Core script (#3165)
This commit is contained in:
parent
60176cd3c2
commit
3f8abc6bc2
4 changed files with 136 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1593176049024213800');
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (18341, 1834100, 1834101);
|
||||
UPDATE `creature_template` SET `AIName` = '', `ScriptName` = 'boss_pandemonius' WHERE `entry` = 18341;
|
||||
Loading…
Add table
Add a link
Reference in a new issue