Fix(DB/Creature): Add InhabitType Water to various Gogger's NPC (#9520)

Co-authored-by: acidmanifesto <joshua.lee.betts@gmail.com>
This commit is contained in:
Nefertumm 2021-12-08 07:56:48 -08:00 committed by GitHub
parent fa1c2eca9d
commit 2901e4cf55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1638731875852031000');
UPDATE `creature_template` SET `InhabitType` = 3 WHERE `entry` IN (11915, 11917, 11918);