mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 14:16:31 +00:00
fix(DB/Creature): reorient Dorin Songblade (#7259)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1628410058620922947');
|
||||
|
||||
-- Reorient Dorin Songblade
|
||||
UPDATE `creature` SET `orientation` = 2.3 WHERE `id` = 956 AND `guid` = 6717;
|
||||
|
||||
Reference in New Issue
Block a user