--- deliantra/Deliantra-Client/DC/Protocol.pm 2006/11/07 22:41:27 1.87 +++ deliantra/Deliantra-Client/DC/Protocol.pm 2006/11/19 20:31:29 1.88 @@ -658,7 +658,7 @@ $spell->{message} =~ s/\n+$//; $spell->{message} ||= "Server did not provide a description for this spell."; - $::SPELL_PAGE->add_spell ($spell); + $::SPELL_LIST->add_spell ($spell); $self->{map_widget}->add_command ("invoke $spell->{name}", CFPlus::asxml $spell->{message}); $self->{map_widget}->add_command ("cast $spell->{name}", CFPlus::asxml $spell->{message}); @@ -667,7 +667,7 @@ sub spell_delete { my ($self, $spell) = @_; - $::SPELL_PAGE->remove_spell ($spell); + $::SPELL_LIST->remove_spell ($spell); } sub setup {