fix(DB/waypoint_scripts): Chilltusk (#2357)
This commit is contained in:
parent
d9986c0105
commit
82c3a4322b
1 changed files with 5 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue