fix(DB/Creature): Deepstrider Searcher resets when attacked underwater (#7038)

Deepstrider Searcher had only a inhabit type of ground, I added water to it

- Closes #7016
This commit is contained in:
Asthalor
2021-10-06 18:19:21 +02:00
committed by GitHub
parent a7c2066150
commit 43dbef1852

View File

@@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1626777621665410700');
UPDATE `creature_template` SET `InhabitType` = 3 WHERE (`entry` = 4687);