fix(DB/creature_template): NPCs: 416, 417, 1860, 1863 (#5749)

This commit is contained in:
Stifler82 2021-05-14 09:09:01 +01:00 committed by GitHub
parent 16a385d1fc
commit 4fc9a59e32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1620586666463013100');
-- Imp - Felhunter - Voidwalker - Succubus --
UPDATE `creature_template` SET `InhabitType` = 3 WHERE `entry` IN (416, 417, 1860, 1863);