diff options
| author | Shocker <shocker@freakz.ro> | 2011-03-11 23:31:06 +0200 |
|---|---|---|
| committer | Shocker <shocker@freakz.ro> | 2011-03-11 23:31:06 +0200 |
| commit | b5fa2327161a3f0def85c6f13e0d82987f471cf3 (patch) | |
| tree | b101e0c2e882d3649c267f76057c255425b4a3c6 /sql/updates | |
| parent | b52e01ff525464158231ef1f32a7066f7a68dea1 (diff) | |
Core/Commands: Allow npc info to show both DB GUID and current GUID
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2011_03_11_2_trinity_string.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2011_03_11_2_trinity_string.sql b/sql/updates/world/2011_03_11_2_trinity_string.sql new file mode 100644 index 00000000000..925873f5d6f --- /dev/null +++ b/sql/updates/world/2011_03_11_2_trinity_string.sql @@ -0,0 +1,6 @@ +UPDATE `trinity_string` SET `content_default` = 'Player selected NPC +DB GUID: %u, current GUID: %u. +Faction: %u. +npcFlags: %u. +Entry: %u. +DisplayID: %u (Native: %u).' WHERE `entry` = 539; |
