diff options
| author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2022-08-31 22:42:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-31 22:42:59 +0200 |
| commit | 62e5b52d2b91832889f02edc7bbd83ad474923e3 (patch) | |
| tree | 5f11797b824a9a32306106a7e3f752b01cb96ff9 /sql | |
| parent | b1c0bc53726b4825efce2fde5a2f6c95dc58d5f5 (diff) | |
Scripts/Spells: Fixed Mag'har Orc racial Ancestral Call (#28225)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2022_08_31_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_08_31_01_world.sql b/sql/updates/world/master/2022_08_31_01_world.sql new file mode 100644 index 00000000000..967950a74d4 --- /dev/null +++ b/sql/updates/world/master/2022_08_31_01_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_gen_ancestral_call'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(274738, 'spell_gen_ancestral_call'); |
