chore(DB): import pending files

Referenced commit(s): 16509bff09
This commit is contained in:
github-actions[bot]
2026-07-20 01:17:19 +00:00
parent 16509bff09
commit 6dd2fe8b9b

View File

@@ -0,0 +1,5 @@
-- DB update 2026_07_20_00 -> 2026_07_20_01
--
DELETE FROM `command` WHERE `name` = 'debug update';
INSERT INTO `command` (`name`, `security`, `help`) VALUES
('debug update', 3, 'Syntax: .debug update #index [#value]\n\nUSE WITH CAUTION, CAN CRASH THE SERVER\n\nReads or writes the raw 32-bit update field at #index on the selected unit. With no #value, prints the current value; with #value, sets it. Writing an invalid value can crash the server.\nValid #index are the *_FIELD enums in src/server/game/Entities/Object/Updates/UpdateFields.h (UNIT_FIELD_* for creatures, PLAYER_FIELD_* for players).');