diff options
author | Spp <none@none> | 2010-10-07 11:40:12 +0200 |
---|---|---|
committer | Spp <none@none> | 2010-10-07 11:40:12 +0200 |
commit | 40f063de1c638295bcfc9fafb4045e2fe7553a6c (patch) | |
tree | 61eba3496ff9a5b9c4d12e76a50e6144984acdb0 | |
parent | b269a3db97f7a5cad9a7221bf06a2ed3a8feccaa (diff) |
DB: Fix typo in world base file
Patch by Antihrist
Closses issue 4331
--HG--
branch : trunk
-rw-r--r-- | sql/base/world_database.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index 0aa88e3d280..74013e28f80 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -26873,7 +26873,7 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES ( 63521, 'spell_pal_guarded_by_the_light'), (-20473, 'spell_pal_holy_shock'), ( 20911, 'spell_pal_blessing_of_sanctuary'), -( 25899, 'spell_pal_blessing_of_sanctuary') +( 25899, 'spell_pal_blessing_of_sanctuary'), ( 37877, 'spell_pal_blessing_of_faith'), -- hunter ( 53209, 'spell_hun_chimera_shot'), |