<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>WoW OnLiNe PortaL</title>
		<link>http://wowop.ru/</link>
		<description>WoW OnLiNe ForuM</description>
		<lastBuildDate>Tue, 08 Jun 2010 17:40:57 GMT</lastBuildDate>
		<generator>uCoz Web-Service</generator>
		<atom:link href="https://wowlichking.3dn.ru/forum/rss" rel="self" type="application/rss+xml" />
		
		<item>
			<title>FunServer SQL Queries and Useful Queries</title>
			<link>https://wowlichking.3dn.ru/forum/69-265-1</link>
			<pubDate>Tue, 08 Jun 2010 17:40:57 GMT</pubDate>
			<description>Форум: &lt;a href=&quot;https://wowlichking.3dn.ru/forum/69&quot;&gt;Прочее для ArcEmu&lt;/a&gt;&lt;br /&gt;Автор темы: Nesquek&lt;br /&gt;Автор последнего сообщения: Nesquek&lt;br /&gt;Количество ответов: 0</description>
			<content:encoded>Кароче я на англиском все.. с русским пробелма smile &lt;p&gt; To remove profession skill rank &lt;p&gt; Quote &lt;br /&gt; update items set requiredskillrank = 0 &lt;p&gt; This will only require your players to learn a profession to use or enchant items. &lt;p&gt; To remove Faction requirements &lt;br /&gt; Quote &lt;p&gt; Update items set requiredfaction = 0 &lt;p&gt; Maintenance Queries &lt;p&gt; To delete accounts no longer used (select your won date) &lt;br /&gt; Change -wow- to the name of your database &lt;p&gt; Quote &lt;br /&gt; DELETE FROM `wow`.`accounts` WHERE `lastlogin` &lt; &apos;2009-01-15 00:00:00&apos;; &lt;p&gt; List of all the mobs without model. &lt;p&gt; SELECT `entry` FROM `creature_proto` WHERE `entry` NOT IN (SELECT `entry` FROM `creature_spawns`); &lt;p&gt; List of items that have bigger sell price then buy price. &lt;br /&gt; Quote &lt;p&gt; Quote &lt;p&gt; select * from `items` where `BuyPrice`&lt;`SellPrice`;</content:encoded>
			<category>Прочее для ArcEmu</category>
			<dc:creator>Nesquek</dc:creator>
			<guid>https://wowlichking.3dn.ru/forum/69-265-1</guid>
		</item>
	</channel>
</rss>