From 26d006ebd25b0efc7da74c581ec88f6b1bab01ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 9 Mar 2026 17:47:08 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): a137dfcb6605b67530bb5e823be12249807eeb84 --- .../rev_1772367957624909900.sql => db_world/2026_03_09_00.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/rev_1772367957624909900.sql => db_world/2026_03_09_00.sql} (94%) diff --git a/data/sql/updates/pending_db_world/rev_1772367957624909900.sql b/data/sql/updates/db_world/2026_03_09_00.sql similarity index 94% rename from data/sql/updates/pending_db_world/rev_1772367957624909900.sql rename to data/sql/updates/db_world/2026_03_09_00.sql index 0c3273f9f..058ebd707 100644 --- a/data/sql/updates/pending_db_world/rev_1772367957624909900.sql +++ b/data/sql/updates/db_world/2026_03_09_00.sql @@ -1,3 +1,4 @@ +-- DB update 2026_03_08_04 -> 2026_03_09_00 -- Update .npc info help text for optional GUID support UPDATE `command` SET `help` = 'Syntax: .npc info [#creature_guid]\r\n\r\nDisplay a list of details for the selected creature, or for the creature with the given GUID if no target is selected.\r\n\r\nWhen a creature is targeted or found in the current map, the list includes:\r\n- GUID, Faction, NPC flags, Entry ID, Model ID,\r\n- Level,\r\n- Health (current/maximum),\r\n- Field flags, dynamic flags, faction template,\r\n- Position information,\r\n- and the creature type, e.g. if the creature is a vendor.\r\n\r\nWhen only a GUID is given and the creature is not in the current map, DB-stored data is shown (spawn ID, entry, phase, position, map, etc.).' WHERE `name` = 'npc info';