diff options
| author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2022-01-22 14:52:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-22 14:52:05 +0100 |
| commit | 0bbdfc6112835396992473c940ae619598f64ec2 (patch) | |
| tree | 96e940b5752265ed1f3f38dd8166363b203a90b3 /sql | |
| parent | c2dd07aa32f5071b7f48819b44344060eae1be06 (diff) | |
Scripts/Spells: Move spell_anchor_here to generic because is used by more than one boss (#27641)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2022_01_22_00_world_anchor_here.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_22_00_world_anchor_here.sql b/sql/updates/world/master/2022_01_22_00_world_anchor_here.sql new file mode 100644 index 00000000000..2025d0dcb83 --- /dev/null +++ b/sql/updates/world/master/2022_01_22_00_world_anchor_here.sql @@ -0,0 +1 @@ +UPDATE `spell_script_names` SET `ScriptName` = 'spell_gen_anchor_here' WHERE `ScriptName` = 'spell_sc_anchor_here'; |
