chore(DB): import pending files

Referenced commit(s): 08ed1fb47a
This commit is contained in:
AzerothCoreBot
2023-07-18 16:56:17 +00:00
parent 08ed1fb47a
commit 18aecfd8bd
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2023_07_18_00 -> 2023_07_18_01
SET @HELP_TEXT := 'Syntax: .wp show $option\nOptions:\non $pathid (or selected creature with loaded path) - Show path\noff - Hide path\ninfo $selected_waypoint - Show info for selected waypoint.';
UPDATE `command` SET `help` = @HELP_TEXT WHERE `name` = 'wp show';

View File

@@ -1,3 +1,4 @@
-- DB update 2023_07_18_01 -> 2023_07_18_02
-- Darting Hatchling (pet)
UPDATE `creature_template_addon` SET `auras` = 62586 WHERE `entry` = 35396;
UPDATE `creature_template` SET `ScriptName` = 'npc_pet_darting_hatchling' WHERE `entry` = 35396;