feat(Scripts/Commands): show SpellSchoolImmuneMask in .npc info (#6788)
This commit is contained in:
parent
274af7bf27
commit
2ce0739838
4 changed files with 45 additions and 3 deletions
|
|
@ -0,0 +1,5 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1625629454877092500');
|
||||
|
||||
DELETE FROM `acore_string` WHERE `entry` = 5062;
|
||||
INSERT INTO `acore_string` (`entry`, `content_default`) VALUES
|
||||
(5062, 'SpellSchoolImmuneMask: %u');
|
||||
Loading…
Add table
Add a link
Reference in a new issue