fix(DB/Creature): remove mount visual from Forsaken Thugs (#8560)
This commit is contained in:
parent
db2b380ceb
commit
cc417df03e
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1634394523910362900');
|
||||
|
||||
-- Forsaken Thug
|
||||
UPDATE `creature_template_addon` SET `mount` = 0, `bytes2` = 4097 WHERE `entry` = 3734;
|
||||
UPDATE `creature_addon` SET `mount` = 0 WHERE `guid` IN (32905, 32906, 32907, 32908, 32909, 32910);
|
||||
Loading…
Add table
Add a link
Reference in a new issue