diff options
| author | Kandera <KanderaDev@gmail.com> | 2012-10-05 14:25:29 -0400 |
|---|---|---|
| committer | Kandera <KanderaDev@gmail.com> | 2012-10-05 14:25:29 -0400 |
| commit | 1c4220fbe3682d732f036cf577ce88066ece0424 (patch) | |
| tree | 17f622675029b3c15175f0bae4dfab95586b068b /sql | |
| parent | 74350e5715ee919586c36963be02b9d9fdb2ab34 (diff) | |
Core/Battlefield: fix the wintergrasp and ioc teleporters.
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2012_10_05_01_world_spell_script_names.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2012_10_05_01_world_spell_script_names.sql b/sql/updates/world/2012_10_05_01_world_spell_script_names.sql new file mode 100644 index 00000000000..c7269b981ec --- /dev/null +++ b/sql/updates/world/2012_10_05_01_world_spell_script_names.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `spell_id` = 54643; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(54643, 'spell_wintergrasp_defender_teleport_trigger'); |
