mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-09 00:08:01 +00:00
@@ -1,3 +1,4 @@
|
|||||||
|
-- DB update 2022_11_12_13 -> 2022_11_12_14
|
||||||
-- Delete the ores that survived the purge
|
-- Delete the ores that survived the purge
|
||||||
DELETE FROM `gameobject` WHERE `guid` IN (40255, 40271, 42411, 61962) AND `id` IN (181555, 181556, 181557);
|
DELETE FROM `gameobject` WHERE `guid` IN (40255, 40271, 42411, 61962) AND `id` IN (181555, 181556, 181557);
|
||||||
-- Ore spawn timers
|
-- Ore spawn timers
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
-- DB update 2022_11_12_14 -> 2022_11_12_15
|
||||||
-- Not pulling together
|
-- Not pulling together
|
||||||
UPDATE `creature_formations` SET `GroupAI`=515 WHERE `leaderGUID` IN (138187, 138213) AND `memberGUID` IN (138186, 138211, 138212);
|
UPDATE `creature_formations` SET `GroupAI`=515 WHERE `leaderGUID` IN (138187, 138213) AND `memberGUID` IN (138186, 138211, 138212);
|
||||||
UPDATE `creature_formations` SET `GroupAI`=3 WHERE `leaderGUID` IN (138187, 138213) AND `memberGUID` IN (138187, 138213);
|
UPDATE `creature_formations` SET `GroupAI`=3 WHERE `leaderGUID` IN (138187, 138213) AND `memberGUID` IN (138187, 138213);
|
||||||
Reference in New Issue
Block a user