mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-15 16:26:08 +00:00
fix(Core/BWL): Orb of Command areatrigger (#11385)
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user