parent
08ed1fb47a
commit
18aecfd8bd
2 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue