mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
fix(DB/Creature): Added missing Traveling Orphans (#8180)
* Source: TrinityCore. * closes #8091
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1633029730342507800');
|
||||
|
||||
DELETE FROM `creature` WHERE `guid` BETWEEN 13213 AND 1313;
|
||||
INSERT INTO `creature` VALUES
|
||||
(94122,23971,1,0,0,1,1,0,0,356.938,-4739.97,9.74088,4.39618,300,0,0,42,0,0,0,0,0,'',0),
|
||||
(94167,23971,1,0,0,1,1,0,0,358.325,-4741.16,9.68917,3.57544,300,0,0,71,0,0,0,0,0,'',0),
|
||||
(94168,23971,1,0,0,1,1,0,0,355.094,-4740.15,9.83298,5.26763,300,0,0,42,0,0,0,0,0,'',0),
|
||||
(94178,23971,1,0,0,1,1,0,0,358.327,-4742.84,9.64674,3.05708,300,0,0,55,0,0,0,0,0,'',0);
|
||||
|
||||
DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 13213 AND 1313;
|
||||
INSERT INTO `game_event_creature` VALUES
|
||||
(12,94122),
|
||||
(12,94167),
|
||||
(12,94168),
|
||||
(12,94178);
|
||||
Reference in New Issue
Block a user