fix(DB/creature_template): Enable swimming for Tooga (#8116)
This commit is contained in:
parent
27231b0075
commit
f181a89511
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
Loading…
Reference in a new issue