diff options
| author | Nay <dnpd.dd@gmail.com> | 2011-09-04 23:44:01 +0100 |
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2011-09-04 23:44:01 +0100 |
| commit | dca0e737deadddc97eca775937058c5cbdb45527 (patch) | |
| tree | 7f724c534c35fb4bf337497cfe67613fc7b75205 /sql | |
| parent | bbde479f4aab7473373471f7cb5c266e5d31d1f0 (diff) | |
Core/Quests: Fix quests with RepObjective2 set. Closes #2901.
Misc: Correct a file name, move a spell error to error log and a small typo in trinity_string
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2011_09_03_02_world_spell_script_names.sql (renamed from sql/updates/world/2011_09_03_02_spell_script_names.sql) | 0 | ||||
| -rw-r--r-- | sql/updates/world/2011_09_04_02_world_trinity_string.sql | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2011_09_03_02_spell_script_names.sql b/sql/updates/world/2011_09_03_02_world_spell_script_names.sql index b7b6907b7f1..b7b6907b7f1 100644 --- a/sql/updates/world/2011_09_03_02_spell_script_names.sql +++ b/sql/updates/world/2011_09_03_02_world_spell_script_names.sql diff --git a/sql/updates/world/2011_09_04_02_world_trinity_string.sql b/sql/updates/world/2011_09_04_02_world_trinity_string.sql new file mode 100644 index 00000000000..36722947feb --- /dev/null +++ b/sql/updates/world/2011_09_04_02_world_trinity_string.sql @@ -0,0 +1 @@ +UPDATE `trinity_string` SET `content_default`='Faction %s (%u) can''t have reputation.' WHERE `entry`=326; -- can'nt -> can't |
