Merge pull request #11354 from Aranclanos/phylactery

Fixes the message of losing the phylactery on the bind to object spel…
This commit is contained in:
Razharas
2015-08-30 16:43:18 +03:00
+1 -1
View File
@@ -38,7 +38,7 @@
charge_counter = charge_max
return
if(!marked_item.loc) //Wait nevermind
if(!marked_item || qdeleted(marked_item)) //Wait nevermind
user << "<span class='warning'>Your phylactery is gone!</span>"
return