There is incoming ICMP traffic from 24.16.84.120. That IP is in Comcasts network in WA falls behind a firewall someplace in Seatle. Its being directed toward your PC's private IP on port 52061. Any port from 49152 to 6553 is a private IP that can only be used locally. Think of them as the 192's of ports. The router (the owner of the 76.xx.xx.215 IP) is recieving that traffic and trying to router it a IP outside the range of your DHCP server on port 3724. Now 3724 is a public port used by WoW. So thats a clue.
Not ICMP traffic is misunderstood alot, because its a jack of all trades. I won't even go into the TCP vs UDP thing, but it used for different things. Port scans, latency tests, route tracing, route finding, etc. The way a traceroute works for instance is your computer sends a packet of ICMP traffic of a certian size marked with a tag that tells it how long to stay around.This is known as the Time to Live (TTL) The packet bounces from your computer, to the router, to the modem, to the ISP, and so on. Each time it gets to one of those places, that device takes the packet, decreases the TTL by 1, replicates it, and sends one to it's next desitionation, and sends the other back to the original sender(your PC). So after your computer sends out a ICMP packet, it waits to hear the returning packets, and like dropping a rock down a well and listening for the splash, it can determine where each connection is, how long it takes to get there, and so on. Its more complicated then that actually, but thats a simplified version.
So why did I say that? I think the returning ICMP packets are being misrouted by your router to a DHCP range that is incorrect. If I had to guess, you were writing a rule and did 192.168.1.133 instead of 192.168.0.133. No why is that important? I think the WoW game client is the one sending those ICMP packets, and its the return packets which are being misrouted. WoW needs those packets to use UPnP, to find servers, and so on. Is that your only problem? Probably not. It doesn't explain all your symtoms. But I think it MAY define that odd log error.