diff options
| author | Shocker <shocker@freakz.ro> | 2011-12-24 14:31:23 +0200 |
|---|---|---|
| committer | Shocker <shocker@freakz.ro> | 2011-12-24 14:31:23 +0200 |
| commit | 65e37a4f1d78eb621129e6f3805af4322eb21f87 (patch) | |
| tree | 757abde776c716a546a8f10469e7c1668b9c129f | |
| parent | c00c72c65d926d6792b95a7037b41a33fefb75e6 (diff) | |
Correct SQL naming after recent pull
| -rw-r--r-- | sql/updates/world/2011_12_24_01_world_mail_loot_template.sql (renamed from sql/updates/world/2011_12_21_00_world_mail_loot_template.sql) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2011_12_21_00_world_mail_loot_template.sql b/sql/updates/world/2011_12_24_01_world_mail_loot_template.sql index 742cd890420..fecff071e66 100644 --- a/sql/updates/world/2011_12_21_00_world_mail_loot_template.sql +++ b/sql/updates/world/2011_12_24_01_world_mail_loot_template.sql @@ -38,4 +38,4 @@ SET @mail:=161; -- Set in DBC UPDATE quest_template SET RewMailTemplateId=@mail, RewMailDelaySecs=86400 WHERE entry IN (8762); -- Set mail delivery DELETE FROM mail_loot_template WHERE entry=@mail; INSERT INTO mail_loot_template (entry,item,ChanceOrQuestChance,lootmode,groupid,mincountOrRef,maxcount) VALUES -(@mail,21216,100,1,0,1,1); -- Attach item to mail
\ No newline at end of file +(@mail,21216,100,1,0,1,1); -- Attach item to mail |
