mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 01:59:09 +00:00
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:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1626777621665410700');
|
||||
|
||||
UPDATE `creature_template` SET `InhabitType` = 3 WHERE (`entry` = 4687);
|
||||
|
||||
Reference in New Issue
Block a user