chore(DB): import pending files

Referenced commit(s): 39a6dce4c2
This commit is contained in:
github-actions[bot]
2024-08-28 19:05:46 +00:00
parent e1692ae5b6
commit 37d601b6c8
2 changed files with 2 additions and 0 deletions

View File

@@ -1 +1,2 @@
-- DB update 2024_08_28_04 -> 2024_08_28_05
UPDATE `waypoint_data` SET `move_type` = 0 WHERE `id` IN (1486850, 1486860, 1486870, 1486880);

View File

@@ -1,3 +1,4 @@
-- DB update 2024_08_28_05 -> 2024_08_28_06
-- Calvin Montague smart ai
SET @ENTRY := 6784;
UPDATE `creature_template` SET `AIName` = 'SmartAI', `ScriptName` = '' WHERE `entry` = @ENTRY;