diff options
| author | Sorikoff <46191832+Sorikoff@users.noreply.github.com> | 2019-06-22 14:36:53 +0000 |
|---|---|---|
| committer | Giacomo Pozzoni <giacomopoz@gmail.com> | 2019-06-22 16:36:53 +0200 |
| commit | ac7c72d63392cc246d2cd4ab64f558f2bf0970bf (patch) | |
| tree | ecc1012f8c5056d289e0806753d95a87bd0a7df3 /sql | |
| parent | 40b09e3df144304562a63f33d16e25bbde5079fd (diff) | |
Scripts/Spells: Portal to Orgrimmar & Portal to Stormwind (#23463)
* Scripts/Spells: Portal to Orgrimmar & Portal to Stormwind
* Revert "Scripts/Spells: Portal to Orgrimmar & Portal to Stormwind"
This reverts commit a8055960
* Revert "Revert "Scripts/Spells: Portal to Orgrimmar & Portal to Stormwind""
This reverts commit a5be792b
* Fix NoPCH
* Clean up
* Clean up
* fixup! Clean up
* Caster -> Target
* Rename 9999_99_99_99_world.sql to 2019_06_22_01_world.sql
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2019_06_22_01_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_06_22_01_world.sql b/sql/updates/world/3.3.5/2019_06_22_01_world.sql new file mode 100644 index 00000000000..3ae3cc42291 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_06_22_01_world.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_teleport_leaders_blessing'); +INSERT INTO `spell_script_names` VALUES +(58418,'spell_teleport_leaders_blessing'), +(58420,'spell_teleport_leaders_blessing'); |
