Skip to content

Commit

Permalink
DB: Remove hardcoded database name
Browse files Browse the repository at this point in the history
  • Loading branch information
Shauren authored Aug 1, 2024
1 parent e80b398 commit 7fb9168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/updates/world/master/2024_08_01_00_world.sql
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ UPDATE `creature_template` SET `flags_extra` = 128 WHERE `entry` IN (137606, 152

-- Phase
DELETE FROM `phase_name` WHERE `ID` = 10277;
INSERT INTO `world`.`phase_name` (`ID`, `Name`) VALUES
INSERT INTO `phase_name` (`ID`, `Name`) VALUES
(10277, 'Cosmetic - See Magnis Encampment');

DELETE FROM `phase_area` WHERE `PhaseId` = 10277;
Expand Down

0 comments on commit 7fb9168

Please sign in to comment.