mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 02:20:27 +00:00
fix(DB/Creature): prevent scarlet friar floor fall (#7455)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1629418018641557053');
|
||||
|
||||
# Update Scarlet Friar preventing evade / floor falling
|
||||
UPDATE `creature` SET `position_z` = 81 WHERE (`id` = 1538) AND (`guid` IN (44770));
|
||||
Reference in New Issue
Block a user