Skip to content

Commit

Permalink
chore(DB): import pending files
Browse files Browse the repository at this point in the history
Referenced commit(s): 39a6dce
  • Loading branch information
github-actions[bot] committed Aug 28, 2024
1 parent e1692ae commit 37d601b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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);
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 37d601b

Please sign in to comment.