diff options
| author | kandera <kanderacutie@hotmail.com> | 2012-03-27 09:28:02 -0300 |
|---|---|---|
| committer | Kandera <KanderaDev@gmail.com> | 2012-08-20 13:51:59 -0400 |
| commit | 73aee4409efbd56717ce65811c74ff2d77851f92 (patch) | |
| tree | ba5593cc6becfe44430f7425e21f97196ce7d8d0 | |
| parent | aa0ff294d2eeb910ef8e5b337a5b447e6d5a801a (diff) | |
DB/Spells: fix typo in sql. (thx retriman)
| -rw-r--r-- | Wintergrasp_temp/Scriptnames.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Wintergrasp_temp/Scriptnames.sql b/Wintergrasp_temp/Scriptnames.sql index 38e9a60e5b1..10a5e6f8153 100644 --- a/Wintergrasp_temp/Scriptnames.sql +++ b/Wintergrasp_temp/Scriptnames.sql @@ -19,5 +19,5 @@ INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (56659, 'spell_wintergrasp_force_building'), (56662, 'spell_wintergrasp_force_building'), (56664, 'spell_wintergrasp_force_building'), -(49899, 'spell_wintergrasp_force_building'); +(49899, 'spell_wintergrasp_force_building'), (61178, 'spell_wintergrasp_grab_passenger'); |
