mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
@@ -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';
|
||||
@@ -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;
|
||||
Reference in New Issue
Block a user