From debcc67e1877e37277f1d4219e73a78cde6b0832 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E4=BD=A9=E8=8C=B9?= Date: Thu, 29 Dec 2022 13:19:02 -0700 Subject: [PATCH] Fix Seal of the Dawn --- sql/world/base/item_changes.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/world/base/item_changes.sql b/sql/world/base/item_changes.sql index 0f350cd..84728a1 100644 --- a/sql/world/base/item_changes.sql +++ b/sql/world/base/item_changes.sql @@ -9038,7 +9038,7 @@ UPDATE `item_template` SET `BuyPrice` = 99402, `SellPrice` = 19880, `DisenchantI UPDATE `item_template` SET `BuyPrice` = 62603, `SellPrice` = 12520, `DisenchantID` = 49 WHERE entry=13208; /* Seal of the Dawn */ -UPDATE `item_template` SET `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=13209; +UPDATE `item_template` SET `spellid_2` = 17670, `spelltrigger_2` = 1 WHERE entry=13209; /* Pads of the Dread Wolf */ UPDATE `item_template` SET `BuyPrice` = 90122, `DisenchantID` = 49 WHERE entry=13210;