mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 21:56:22 +00:00
fix(DB/Creature): Correct faction of Time-Lost Skettis NPCs (#15608)
Create time_lost.sql
This commit is contained in:
6
data/sql/updates/pending_db_world/time_lost.sql
Normal file
6
data/sql/updates/pending_db_world/time_lost.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- Verified in Build: 47213
|
||||
UPDATE `creature_template` SET `faction` = 1860 WHERE `entry` IN (
|
||||
21651, -- Time-Lost Skettis Reaver
|
||||
21763, -- Time-Lost Skettis Worshipper
|
||||
21787 -- Time-Lost Skettis High Priest
|
||||
);
|
||||
Reference in New Issue
Block a user