mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/waypoint_scripts): Chilltusk (#2357)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1571215774635756412');
|
||||
|
||||
-- Chilltusk: Remove usage of spell "First Aid" during waypoint movement
|
||||
UPDATE `waypoint_data` SET `action` = 0 WHERE `id` = 1074120;
|
||||
DELETE FROM `waypoint_scripts` WHERE `id` IN (1046,1047);
|
||||
Reference in New Issue
Block a user