fix(DB/waypoint_scripts): Chilltusk (#2357)

This commit is contained in:
Stoabrogga 2019-10-27 07:38:30 +01:00 committed by GitHub
parent d9986c0105
commit 82c3a4322b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);