From eae6f5c09410cd61ef51999343a77b67c71a85d0 Mon Sep 17 00:00:00 2001 From: Rat Date: Tue, 11 May 2010 21:42:39 +0200 Subject: started implementing battleground experience system -players gain xp by killing enemy players (event bonuses not added for now) -player can switch xp gain on/off by talking to npc Slahtz or Behsten for a fee of 10golds NOTE: turning off xp gain will turn off ALL xp gains from quests,monsters,pvp,etc --HG-- branch : trunk --- sql/updates/8156_world_creature_template.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/8156_world_creature_template.sql (limited to 'sql') diff --git a/sql/updates/8156_world_creature_template.sql b/sql/updates/8156_world_creature_template.sql new file mode 100644 index 00000000000..5e4dee21517 --- /dev/null +++ b/sql/updates/8156_world_creature_template.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `ScriptName` = 'npc_experience', `npcflag` = '1' WHERE `entry` IN (35364,35365); -- cgit v1.2.3