diff options
author | Rat <none@none> | 2009-08-29 23:00:18 +0200 |
---|---|---|
committer | Rat <none@none> | 2009-08-29 23:00:18 +0200 |
commit | 13eda038fd1c31565672191da20bac9cd392e60e (patch) | |
tree | 57d135963f8b4c2f40c1471d87f9222f690172e4 | |
parent | 1d1f5e64e1d1b4db1b946a3309e179fa0e0b8c54 (diff) |
*forgotten sql for Alterac Valley
this will remove all spawns from map 30 (AV)
core spawns all creatures
--HG--
branch : trunk
-rw-r--r-- | sql/updates/5469_world_creature.sql | 1 |
1 files changed, 1 insertions, 0 deletions
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 |