Skip to content

Commit

Permalink
chore(DB): import pending files
Browse files Browse the repository at this point in the history
Referenced commit(s): d05929b
  • Loading branch information
github-actions[bot] committed Nov 18, 2023
1 parent 52854a0 commit d948a48
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,3 +1,4 @@
-- DB update 2023_11_18_11 -> 2023_11_18_12
-- Update gameobject 187923 'Alliance Bonfire' with sniffed values
-- updated spawns
DELETE FROM `gameobject` WHERE (`id` = 187923) AND (`guid` IN (76340));
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-- DB update 2023_11_18_12 -> 2023_11_18_13
-- Mark of Malice
DELETE FROM `spell_script_names` WHERE `spell_id`=33493 AND `ScriptName`='spell_mark_of_malice';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (33493, 'spell_mark_of_malice');

0 comments on commit d948a48

Please sign in to comment.