Skip to content

Commit

Permalink
revert changing npc text
Browse files Browse the repository at this point in the history
  • Loading branch information
sogladev committed Nov 19, 2024
1 parent 2b28fdd commit 1bdfc60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/sql/db-world/base/npc_talent_template_data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1bdfc60

Please sign in to comment.