Core/Events: Remove support for the game_event_npc_gossip table.

Gossip for game events should be done with the conditions system.
This commit is contained in:
runningnak3d
2011-02-11 15:50:48 -07:00
parent 01a80ec8d6
commit 6728d4116b
3 changed files with 1 additions and 64 deletions
@@ -0,0 +1 @@
DROP TABLE `game_event_npc_gossip`;