mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-02 02:23:49 +00:00
10
data/sql/updates/db_world/2022_06_16_05.sql
Normal file
10
data/sql/updates/db_world/2022_06_16_05.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
-- DB update 2022_06_16_04 -> 2022_06_16_05
|
||||
--
|
||||
DELETE FROM `game_event_gameobject` WHERE `guid`=28704;
|
||||
INSERT INTO `game_event_gameobject` VALUES
|
||||
(27,28704),
|
||||
(28,28704),
|
||||
(29,28704),
|
||||
(30,28704);
|
||||
|
||||
UPDATE `gameobject_template` SET `ScriptName`='go_brazier_of_madness' WHERE `entry`=180327;
|
||||
Reference in New Issue
Block a user