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:
parent
a7c2066150
commit
43dbef1852
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1626777621665410700');
|
||||
|
||||
UPDATE `creature_template` SET `InhabitType` = 3 WHERE (`entry` = 4687);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue