fix(Core/BWL): Orb of Command areatrigger (#11385)

This commit is contained in:
Nefertumm
2022-04-13 08:55:06 -03:00
committed by GitHub
parent 5bebb14967
commit 6a931b6be2
2 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1649799370491572700');
DELETE FROM `areatrigger_scripts` WHERE `entry` = 3847;
INSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES
(3847, 'at_orb_of_command');