From bfa9e7516177af9e13391a09d4e1356c74a4c2ba Mon Sep 17 00:00:00 2001 From: visagalis Date: Fri, 14 Nov 2008 17:03:03 -0600 Subject: [svn] *** Source: MaNGOS *** * Implement localization of creature/gameobject name that say/yell. Author: evilstar (rewrited by: Vladimir) * Fix auth login queue. Author: Derex * Allowed switching INVTYPE_HOLDABLE items during combat, used correct spells for triggering global cooldown at weapon switch. Author: mobel/simak * Fixed some format arg type/value pairs. Other warnings. Author: Vladimir * [238_world.sql] Allow have team dependent graveyards at entrance map for instances. Author: Vladimir NOTE: Entrance map graveyards selected by same way as local (by distance from entrance) Until DB support will work in old way base at current DB data. --HG-- branch : trunk --- sql/updates/238_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/238_world.sql (limited to 'sql/updates') diff --git a/sql/updates/238_world.sql b/sql/updates/238_world.sql new file mode 100644 index 00000000000..c1180ca0abd --- /dev/null +++ b/sql/updates/238_world.sql @@ -0,0 +1 @@ +DELETE FROM trinity_string WHERE entry IN (453); \ No newline at end of file -- cgit v1.2.3