#317 fixed item pickpocketloot
This commit is contained in:
parent
ef261d0855
commit
c4a3b72b01
2
item.php
2
item.php
@ -272,7 +272,7 @@ if (!$item = load_cache(5, $id)) {
|
|||||||
FROM '.$UDWBaseconf['aowow']['db'].'.?_aowow_factiontemplate, ?_creature_template c
|
FROM '.$UDWBaseconf['aowow']['db'].'.?_aowow_factiontemplate, ?_creature_template c
|
||||||
{ LEFT JOIN (?_locales_creature l) ON l.entry=c.entry AND ? }
|
{ LEFT JOIN (?_locales_creature l) ON l.entry=c.entry AND ? }
|
||||||
WHERE
|
WHERE
|
||||||
pickpocketloot=?d
|
pickpocketlootid=?d
|
||||||
AND factiontemplateID=FactionAlliance
|
AND factiontemplateID=FactionAlliance
|
||||||
', $npc_cols[0], ($_SESSION['locale'] > 0) ? $_SESSION['locale'] : DBSIMPLE_SKIP, ($_SESSION['locale'] > 0) ? 1 : DBSIMPLE_SKIP, $lootid
|
', $npc_cols[0], ($_SESSION['locale'] > 0) ? $_SESSION['locale'] : DBSIMPLE_SKIP, ($_SESSION['locale'] > 0) ? 1 : DBSIMPLE_SKIP, $lootid
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user