From 13eda038fd1c31565672191da20bac9cd392e60e Mon Sep 17 00:00:00 2001 From: Rat Date: Sat, 29 Aug 2009 23:00:18 +0200 Subject: *forgotten sql for Alterac Valley this will remove all spawns from map 30 (AV) core spawns all creatures --HG-- branch : trunk --- sql/updates/5469_world_creature.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/5469_world_creature.sql (limited to 'sql') diff --git a/sql/updates/5469_world_creature.sql b/sql/updates/5469_world_creature.sql new file mode 100644 index 00000000000..4b34548dbbb --- /dev/null +++ b/sql/updates/5469_world_creature.sql @@ -0,0 +1 @@ +DELETE FROM `creature` WHERE `map`=30; \ No newline at end of file -- cgit v1.2.3