feat(Scripts/Commands): show SpellSchoolImmuneMask in .npc info (#6788)

This commit is contained in:
Kitzunu 2021-07-09 11:39:48 +02:00 committed by GitHub
parent 274af7bf27
commit 2ce0739838
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 45 additions and 3 deletions

View file

@ -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');