fix(DB): NPCs don't attack the player if he is in water (#5049)
This commit is contained in:
parent
a6bf82dec6
commit
5f3661e795
1 changed files with 11 additions and 0 deletions
|
|
@ -0,0 +1,11 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1617016392531315494');
|
||||
|
||||
UPDATE creature_template SET InhabitType = 3 WHERE entry IN (
|
||||
3282, -- Venture Co. Mercenary
|
||||
3283, -- Venture Co. Enforcer
|
||||
3284, -- Venture Co. Drudger
|
||||
3445, -- Supervisor Lugwizzle
|
||||
5836 -- Engineer Whirleygig
|
||||
);
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue