mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-01 10:03:47 +00:00
fix(Core/GM Commands): Update NPC Info command (#10157)
* fix(Core/GM Commands): Update NPC Info command * Update rev_1642085410673517853.sql * Update rev_1642085410673517853.sql * Prevent temp spawn crashing Co-authored-by: acidmanifesto <joshua.lee.betts@gmail.com>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1642085410673517853');
|
||||
|
||||
UPDATE `acore_string` SET `content_default`="Player selected NPC\nDB GUID: %u, current GUID: %u.\nCurrent Entry: %u of (%u, %u).\nChance of First Entry: %f percent.\nDisplayID: %u (Native: %u).\nFaction: %u.\nnpcFlags: %u." WHERE `entry`=539;
|
||||
UPDATE `acore_string` SET `locale_frFR`='PNJ sélectionné par le joueur\nGUID en base: %u, GUID actuel: %u.\nEntry actuel: %u de (%u, %u).\nProbabilité de spawn de la première Entry: %f pour cent.\nDisplayID: %u (Natif: %u).\nFaction: %u.\nnpcFlags: %u.' WHERE `entry`=539;
|
||||
UPDATE `acore_string` SET `locale_deDE`='Vom Spieler gewählter NPC\nDB GUID: %u, aktuelle GUID: %u.\nAktueller Entry: %u von (%u, %u).\nChance auf ersten Entry: %f Prozent.\nDisplayID: %u (Ursprünglich: %u).\nFraktion: %u.\nnpcFlags: %u.' WHERE `entry`=539;
|
||||
UPDATE `acore_string` SET `locale_zhCN`='当前选择NPC属性\nDB GUID: %u,目前 GUID: %u.\n阵营: %u 的 (%u, %u).\n第一次进入的机会:%f 百分率.\n外观ID: %u (Native: %u).\n编号: %u.\nNPC标识: %u.' WHERE `entry`=539;
|
||||
|
||||
Reference in New Issue
Block a user