diff --git a/data/items/items.xml b/data/items/items.xml index c3314e8142..6eed1612a2 100644 --- a/data/items/items.xml +++ b/data/items/items.xml @@ -1471,7 +1471,7 @@ - + @@ -1486,12 +1486,15 @@ + + + @@ -1501,6 +1504,7 @@ + @@ -1509,7 +1513,7 @@ - + @@ -1519,6 +1523,7 @@ + @@ -17172,6 +17177,7 @@ + @@ -18063,6 +18069,7 @@ + @@ -21416,6 +21423,7 @@ + @@ -22408,7 +22416,9 @@ - + + + @@ -24834,12 +24844,15 @@ + + + diff --git a/data/scripts/actions/others/spellbook.lua b/data/scripts/actions/others/spellbook.lua index e9eede24d3..975e2f0d3a 100644 --- a/data/scripts/actions/others/spellbook.lua +++ b/data/scripts/actions/others/spellbook.lua @@ -35,5 +35,5 @@ function spellbook.onUse(player, item, fromPosition, target, toPosition, isHotke return true end -spellbook:id(2175, 6120, 8900, 8901, 8902, 8903, 8904, 8918, 16112, 18401, 22422, 22423, 22424, 23771) +spellbook:id(2175, 6120, 8900, 8901, 8902, 8903, 8904, 8918, 12647, 16112, 18401, 22422, 22423, 22424, 23771) spellbook:register()