mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-07 15:28:02 +00:00
4
data/sql/updates/db_world/2026_07_05_01.sql
Normal file
4
data/sql/updates/db_world/2026_07_05_01.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- DB update 2026_07_05_00 -> 2026_07_05_01
|
||||
|
||||
-- Set Correct GroupAI (it was 5).
|
||||
UPDATE `creature_formations` SET `groupAI` = 3 WHERE `leaderGUID` = 136057;
|
||||
4
data/sql/updates/db_world/2026_07_05_02.sql
Normal file
4
data/sql/updates/db_world/2026_07_05_02.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- DB update 2026_07_05_01 -> 2026_07_05_02
|
||||
|
||||
-- Set Cast Flag for Net Spell.
|
||||
UPDATE `smart_scripts` SET `action_param2` = 12 WHERE (`entryorguid` = 6230) AND (`source_type` = 0) AND (`id` IN (0));
|
||||
Reference in New Issue
Block a user