Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Character Browser
Get Deities.
Reply
Get Deities.
Get Deities' function was misspelled, so I spelled it correctly, I apologize for nitpicking. This is all in item.php.
From:
php
More +
function
gedeities
(
$val
)
To:
php
More +
function
getdeities
(
$val
)
From:
php
More +
$Output
.=
$tab
.
"Deity: "
.
gedeities
(
$item
[
"deity"
]
)
.
"<br>"
;
To:
php
More +
$Output
.=
$tab
.
"Deity: "
.
getdeities
(
$item
[
"deity"
]
)
.
"<br>"
;
Thu Feb 13, 2014 7:40 pm
Kinglykrab
Character Browser
Get Deities.
Reply