fix(Script/Commands): output lookup quest and npc near (#19243)
* close https://github.com/azerothcore/azerothcore-wotlk/issues/19216
This commit is contained in:
parent
688d7e2fdf
commit
1289e351a2
4 changed files with 19 additions and 13 deletions
|
|
@ -0,0 +1,4 @@
|
|||
--
|
||||
DELETE FROM `acore_string` WHERE `entry` = 602;
|
||||
INSERT INTO `acore_string` (`entry`, `content_default`) VALUES
|
||||
(602, ' [rewarded]');
|
||||
Loading…
Add table
Add a link
Reference in a new issue