fix(DB): NPCs don't attack the player if he is in water (#5049)

This commit is contained in:
Hacki95 2021-04-01 17:29:50 +02:00 committed by GitHub
parent a6bf82dec6
commit 5f3661e795
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
);