mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 14:46:24 +00:00
fix(DB/creature_template): Enable swimming for Tooga (#8116)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user