mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-09 08:17:56 +00:00
5
data/sql/updates/db_world/2026_07_20_01.sql
Normal file
5
data/sql/updates/db_world/2026_07_20_01.sql
Normal 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).');
|
||||
Reference in New Issue
Block a user