About Me

My photo
Seattle, Washington, United States
I'm an old time roleplayer who became a soldier who became a veteran who became a developer who became a dba who became a manager who never gave up his dream of a better world. Even if I have to create it myself.

Thursday, February 2, 2012

How they apparently plan on fixing D&D for 5e

After reading articles like this post from Hack & Slash, I got curious about what WotC was really doing.  So, using ancient black hat kung fu techniques, and a bit of trash can digging, I have discovered the following code artifact.


BEGIN  TRAN

  DELETE from [D&D]
  WHERE  version in (3, 3.5, 4)

  INSERT into [PATHFINDER]
  VALUES ('lol pwned u n00bs /spit')

  INSERT into [5e]
  SELECT *
  FROM   [1e], [2e],
         [PATHFINDER],
         [WorldOfWarcraft],
         [MagicTheGathering]
  WHERE  Profit > GodsCashFlow()
         and EnergyType != 'Radiant'
         and Monsters in ('Skeleton', 'Goblin')
  --       and FeatureQuality != 'Suck'
  --       and GamePlay != 'Slow'

COMMIT TRAN
GO

As usual, they commented out the wrong lines and screwed up the syntax.  Plus their database architecture is total crap.

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...