aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorNay <dnpd.dd@gmail.com>2011-09-04 23:44:01 +0100
committerNay <dnpd.dd@gmail.com>2011-09-04 23:44:01 +0100
commitdca0e737deadddc97eca775937058c5cbdb45527 (patch)
tree7f724c534c35fb4bf337497cfe67613fc7b75205 /sql
parentbbde479f4aab7473373471f7cb5c266e5d31d1f0 (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.sql1
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