- Katılım
- 7 Mart 2012
- Mesajlar
- 12,842
PHP:
delete from K_NPCPOS where NpcID not in (Select sSid from K_NPC) and ActType >= 100
delete from K_NPCPOS where NpcID not in (Select sSid from K_MONSTER) and ActType <=99
delete from K_NPCPOS where npcid not in (Select ssid from K_NPC) and npcid not in (Select ssid from K_MONSTER)