From 1bdfc6097eeaa6cfb972d19f74621f52c96eec9d Mon Sep 17 00:00:00 2001 From: Jelle Meeus Date: Tue, 19 Nov 2024 18:42:39 +0100 Subject: [PATCH] revert changing npc text --- data/sql/db-world/base/npc_talent_template_data.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/sql/db-world/base/npc_talent_template_data.sql b/data/sql/db-world/base/npc_talent_template_data.sql index 828b918..81b57aa 100644 --- a/data/sql/db-world/base/npc_talent_template_data.sql +++ b/data/sql/db-world/base/npc_talent_template_data.sql @@ -2,7 +2,7 @@ SET @ENTRY := 55009; SET @NAME := 'Pick a spec'; SET @SUBNAME := 'AzerothCore Template'; -SET @TEXT := 'Here you can select a character template which will Gear, Gem, Spec, and finish glyphs for your toon instantly.'; +SET @TEXT := 'Here you can select a character template which will gear up, gem up, set talent specialization, and set glyphs for your character instantly.'; SET @DISPLAY_ID := 24877; DELETE FROM `creature_template` WHERE `entry` = @ENTRY;