fix(DB/creature_template): Enable swimming for Tooga (#8116)

This commit is contained in:
Azcobu 2021-10-04 21:24:45 +10:30 committed by GitHub
parent 27231b0075
commit f181a89511
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1632745513721786346');
-- Enable swimming for Tooga
UPDATE `creature_template` SET `InhabitType` = `InhabitType`|1|2 WHERE `entry` = 5955;