aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNayd <dnpd.dd@gmail.com>2015-03-22 20:02:52 +0000
committerNayd <dnpd.dd@gmail.com>2015-03-22 20:02:52 +0000
commit2774d03be0d83cc9b682f183ffc6408403b165b4 (patch)
treea7c713e289a1e97cbb1d02f09c1cf8e8ee33c6b0
parent3be5c2792004b5d283d0884c815ef1759b0b5127 (diff)
Update world_database.sql
-rw-r--r--sql/base/dev/world_database.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/base/dev/world_database.sql b/sql/base/dev/world_database.sql
index 40e1712cc80..6f65e52a784 100644
--- a/sql/base/dev/world_database.sql
+++ b/sql/base/dev/world_database.sql
@@ -2736,7 +2736,7 @@ CREATE TABLE `quest_template` (
`RewardSpell` mediumint(8) unsigned NOT NULL DEFAULT '0',
`RewardSpellCast` int(11) NOT NULL DEFAULT '0',
`RewardHonor` int(11) NOT NULL DEFAULT '0',
- `RewardHonorMultiplier` float NOT NULL DEFAULT '1',
+ `RewardHonorMultiplier` float NOT NULL DEFAULT '0',
`RewardMailTemplateId` mediumint(8) unsigned NOT NULL DEFAULT '0',
`RewardMailDelay` int(11) unsigned NOT NULL DEFAULT '0',
`SourceItemId` mediumint(8) unsigned NOT NULL DEFAULT '0',
@@ -3705,4 +3705,4 @@ CREATE TABLE `waypoints` (
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
--- Dump completed on 2015-03-21 21:47:40
+-- Dump completed on 2015-03-22 20:02:11